Move back to FuraCode #fonts

This commit is contained in:
Colin Powell
2019-01-17 23:48:42 -05:00
parent 9c9183fdaa
commit 92b0e40f08
3 changed files with 8 additions and 8 deletions

View File

@ -81,19 +81,19 @@ tabspaces: 8
font: font:
# Normal (roman) font face # Normal (roman) font face
normal: normal:
family: Monoid family: FuraCode Nerd Font
# 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: Monoid family: FuraCode Nerd Font
# 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: Monoid family: FuraCode Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Italic #style: Italic
@ -269,7 +269,7 @@ selection:
semantic_escape_chars: ",│`|:\"' ()[]{}<>" semantic_escape_chars: ",│`|:\"' ()[]{}<>"
# When set to `true`, selected text will be copied to the primary clipboard. # When set to `true`, selected text will be copied to the primary clipboard.
save_to_clipboard: false save_to_clipboard: true
cursor: cursor:
# Cursor style # Cursor style

View File

@ -3,8 +3,8 @@
(setq doom-theme 'doom-Iosvkem) (setq doom-theme 'doom-Iosvkem)
;; Fonts ;; Fonts
(setq doom-font (font-spec :family "Monoid" :size 12)) (setq doom-font (font-spec :family "FuraCode Nerd Font" :size 14))
(setq doom-big-font (font-spec :family "Monoid" :size 18)) (setq doom-big-font (font-spec :family "FuraCode Nerd Font" :size 20))
;; Dash highlighting ;; Dash highlighting
;; (after! dash (dash-enable-font-lock)) ;; (after! dash (dash-enable-font-lock))

View File

@ -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 Monoid font_family FuraCode Nerd Font
# bold_font auto # bold_font auto
# italic_font auto # italic_font auto
# bold_italic_font auto # bold_italic_font auto
@ -22,7 +22,7 @@ font_family Monoid
#: italic_font Operator Mono Book Italic #: italic_font Operator Mono Book Italic
#: bold_italic_font Operator Mono Medium Italic #: bold_italic_font Operator Mono Medium Italic
font_size 10.0 font_size 12.0
#: Font size (in pts) #: Font size (in pts)