Fixed some issue nonstandard font name.
This commit is contained in:
parent
dba9d57965
commit
4e5cb3baad
|
@ -6,7 +6,7 @@
|
|||
;; Firacode is broken with Emacs-plus on osx. Fallback to Hasklig.
|
||||
(if IS-MAC
|
||||
(setq doom-font (font-spec :family "Hasklig" :size 12))
|
||||
(setq doom-font (font-spec :family "FuraCode NF" :size 12))
|
||||
(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 12))
|
||||
)
|
||||
;;
|
||||
;; Set font
|
||||
|
|
|
@ -17,9 +17,9 @@
|
|||
#: have many weight variants like Book, Medium, Thick, etc. For
|
||||
#: example::
|
||||
|
||||
font_family Fira Code Retina
|
||||
bold_font Fira Code Medium
|
||||
italic_font Fira Code Italic
|
||||
font_family Fira Code Regular Nerd Font Complete
|
||||
bold_font Fira Code Bold Nerd Font Complete
|
||||
italic_font Fira Code Regular Nerd Font Complete Italic
|
||||
bold_italic_font Fira Code Medium Italic
|
||||
|
||||
font_size 12.0
|
||||
|
|
|
@ -8,7 +8,7 @@ set $light_fg #1f212e
|
|||
set $dark_fg #aab5c6
|
||||
|
||||
### Font stuff
|
||||
font pango:Fira Code 10
|
||||
font pango:FiraCode Nerd Font 10
|
||||
|
||||
### Gaps
|
||||
gaps inner 5
|
||||
|
|
Loading…
Reference in New Issue
Block a user