Switch from FuraCode to Iosevka font #fonts
This commit is contained in:
@ -81,19 +81,19 @@ tabspaces: 8
|
|||||||
font:
|
font:
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
normal:
|
normal:
|
||||||
family: FuraCode Nerd Font
|
family: Iosevka
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Regular
|
#style: Regular
|
||||||
|
|
||||||
# Bold font face
|
# Bold font face
|
||||||
bold:
|
bold:
|
||||||
family: FuraCode Nerd Font
|
family: Iosevka
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Bold
|
#style: Bold
|
||||||
|
|
||||||
# Italic font face
|
# Italic font face
|
||||||
italic:
|
italic:
|
||||||
family: FuraCode Nerd Font
|
family: Iosevka
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Italic
|
#style: Italic
|
||||||
|
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
(setq doom-theme 'doom-Iosvkem)
|
(setq doom-theme 'doom-Iosvkem)
|
||||||
|
|
||||||
;; Fonts
|
;; Fonts
|
||||||
(setq doom-font (font-spec :family "FuraCode Nerd Font" :size 14))
|
(setq doom-font (font-spec :family "Iosevka" :size 14))
|
||||||
(setq doom-big-font (font-spec :family "FuraCode Nerd Font" :size 20))
|
(setq doom-big-font (font-spec :family "Iosevka" :size 20))
|
||||||
;; Dash highlighting
|
;; Dash highlighting
|
||||||
;; (after! dash (dash-enable-font-lock))
|
;; (after! dash (dash-enable-font-lock))
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
#: individual font faces and even specify special fonts for particular
|
#: individual font faces and even specify special fonts for particular
|
||||||
#: characters.
|
#: characters.
|
||||||
|
|
||||||
font_family FuraCode Nerd Font
|
font_family Iosevka
|
||||||
# bold_font auto
|
# bold_font auto
|
||||||
# italic_font auto
|
# italic_font auto
|
||||||
# bold_italic_font auto
|
# bold_italic_font auto
|
||||||
|
|||||||
Reference in New Issue
Block a user