Set kitty font to FiraCode, and add their install commands
This commit is contained in:
parent
c9b568ba65
commit
6dd8af64f5
2 changed files with 4 additions and 2 deletions
|
@ -11,6 +11,7 @@ base:
|
|||
- xorg-xinit # enable xinit to avoid having to type 'startx'
|
||||
- ttf-font-awesome
|
||||
- ttf-jetbrains-mono
|
||||
- ttf-fira-code
|
||||
debian:
|
||||
- build-essential
|
||||
- libnotify-bin
|
||||
|
@ -20,6 +21,7 @@ base:
|
|||
- xinit # enable xinit to avoid having to type 'startx'
|
||||
- fonts-font-awesome
|
||||
- fonts-jetbrains-mono
|
||||
- fonts-firacode
|
||||
both:
|
||||
- rsync # used for backup
|
||||
- curl
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#: individual font faces and even specify special fonts for particular
|
||||
#: characters.
|
||||
|
||||
font_family JetBrains Mono
|
||||
font_family Fira Code
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
@ -23,7 +23,7 @@ bold_italic_font auto
|
|||
#: italic_font Operator Mono Book Italic
|
||||
#: bold_italic_font Operator Mono Medium Italic
|
||||
|
||||
font_size 11.3
|
||||
font_size 10.5
|
||||
|
||||
#: Font size (in pts)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue