alacritty: switch font to one from the nerd fonts website
This commit is contained in:
parent
0881b704a6
commit
b908e96d17
1 changed files with 5 additions and 1 deletions
|
@ -62,15 +62,19 @@ colors:
|
||||||
transparent_background_colors: true
|
transparent_background_colors: true
|
||||||
|
|
||||||
font:
|
font:
|
||||||
# The normal (roman) font face to use.
|
# Get SauceCodePro NerdFont from here: https://github.com/ryanoasis/nerd-fonts/releases/latest - download SourceCodePro.zip
|
||||||
|
# The normal font face to use.
|
||||||
normal:
|
normal:
|
||||||
family: Sauce Code Pro NF
|
family: Sauce Code Pro NF
|
||||||
|
family: SauceCodePro NerdFont
|
||||||
# The bold font face
|
# The bold font face
|
||||||
bold:
|
bold:
|
||||||
family: Sauce Code Pro NF
|
family: Sauce Code Pro NF
|
||||||
|
family: SauceCodePro NerdFont
|
||||||
# The italic font face
|
# The italic font face
|
||||||
italic:
|
italic:
|
||||||
family: Sauce Code Pro NF
|
family: Sauce Code Pro NF
|
||||||
|
family: SauceCodePro NerdFont
|
||||||
|
|
||||||
# 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: 11.5
|
size: 11.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue