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