Update fonts

This commit is contained in:
Marco Thomas
2021-09-28 00:14:58 +02:00
parent c9b21aacb7
commit 98bc378870
20 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ window:
font: font:
size: 10 size: 10
normal: normal:
family: SFMono Nerd Font Mono family: JuliaMono
style: Regular style: Regular
background_opacity: 1 background_opacity: 1

View File

@@ -65,9 +65,9 @@
;; Font ;; Font
; default font ; default font
(set-face-attribute 'default nil :font "SFMono Nerd Font Mono" :height 100) (set-face-attribute 'default nil :font "JuliaMono" :height 100)
(set-fontset-font t 'unicode "Source Code Pro" nil 'prepend) (set-fontset-font t 'unicode "Noto Color Emoji" nil 'prepend)
(set-fontset-font t 'unicode "Noto Color Emoji" nil 'append) (set-fontset-font t 'unicode "Noto Sans Mono CJK JP" nil 'append)
;; Make ESC quit prompts ;; Make ESC quit prompts
(global-set-key (kbd "<escape>") 'keyboard-escape-quit) (global-set-key (kbd "<escape>") 'keyboard-escape-quit)

BIN
fonts/JuliaMono-Regular.ttf Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.