alacritty: add fallback font name
This commit is contained in:
parent
13336b7ec4
commit
3a3b36505b
1 changed files with 6 additions and 3 deletions
|
@ -32,13 +32,16 @@ colors:
|
||||||
font:
|
font:
|
||||||
# The normal (roman) font face to use.
|
# The normal (roman) font face to use.
|
||||||
normal:
|
normal:
|
||||||
family: Sauce Code Pro NF
|
- family: Sauce Code Pro NF
|
||||||
|
- family: SauceCodePro Nerd Font Regular
|
||||||
# The bold font face
|
# The bold font face
|
||||||
bold:
|
bold:
|
||||||
family: Sauce Code Pro NF
|
- family: Sauce Code Pro NF
|
||||||
|
- family: SauceCodePro Nerd Font Regular
|
||||||
# The italic font face
|
# The italic font face
|
||||||
italic:
|
italic:
|
||||||
family: Sauce Code Pro NF
|
- family: Sauce Code Pro NF
|
||||||
|
- family: SauceCodePro Nerd Font Regular
|
||||||
|
|
||||||
# sizes that work well for 1920 by 1080: 14 (large), 12 (wide), 11.5 (narrow)
|
# sizes that work well for 1920 by 1080: 14 (large), 12 (wide), 11.5 (narrow)
|
||||||
size: 12
|
size: 12
|
||||||
|
|
Loading…
Add table
Reference in a new issue