Change kitty and zathura fonts to 'Go Mono'
This commit is contained in:
parent
2ed3daf381
commit
dbba0c9f85
|
@ -6,10 +6,10 @@
|
||||||
#: individual font faces and even specify special fonts for particular
|
#: individual font faces and even specify special fonts for particular
|
||||||
#: characters.
|
#: characters.
|
||||||
|
|
||||||
font_family Iosevka Term
|
font_family Go Mono
|
||||||
bold_font Iosevka Term Bold
|
bold_font Go Mono Bold
|
||||||
italic_font Iosevka Term Italic
|
italic_font Go Mono Italic
|
||||||
bold_italic_font Iosevka Term Bold Italic
|
bold_italic_font Go Mono Bold Italic
|
||||||
|
|
||||||
#: You can specify different fonts for the bold/italic/bold-italic
|
#: You can specify different fonts for the bold/italic/bold-italic
|
||||||
#: variants. To get a full list of supported fonts use the `kitty
|
#: variants. To get a full list of supported fonts use the `kitty
|
||||||
|
@ -23,7 +23,7 @@ bold_italic_font Iosevka Term Bold Italic
|
||||||
#: 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 9.0
|
||||||
|
|
||||||
#: Font size (in pts)
|
#: Font size (in pts)
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,4 @@ set statusbar-bg "#161821"
|
||||||
set statusbar-fg "#c6c8d1"
|
set statusbar-fg "#c6c8d1"
|
||||||
set highlight-color "#a093c7"
|
set highlight-color "#a093c7"
|
||||||
set highlight-active-color "#a093c7"
|
set highlight-active-color "#a093c7"
|
||||||
set font "Ttyp0 10"
|
set font "Go Mono 9"
|
||||||
|
|
Loading…
Reference in New Issue