forked from logan/dotfiles
Changed default monospace font, Alacritty now respects default monospace font
This commit is contained in:
parent
3abe911b47
commit
ae4c991698
2 changed files with 10 additions and 6 deletions
|
@ -101,7 +101,8 @@ font:
|
|||
# - (Linux/BSD) monospace
|
||||
# - (Windows) Consolas
|
||||
#family: Liberation Mono
|
||||
family: Source Code Pro
|
||||
#family: Source Code Pro
|
||||
family: monospace
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Regular
|
||||
|
@ -113,7 +114,8 @@ font:
|
|||
# If the bold family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
#family: Liberation Mono
|
||||
family: Source Code Pro
|
||||
#family: Source Code Pro
|
||||
family: monospace
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Bold
|
||||
|
@ -125,7 +127,8 @@ font:
|
|||
# If the italic family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
#family: Liberation Mono
|
||||
family: Source Code Pro
|
||||
#family: Source Code Pro
|
||||
family: monospace
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Italic
|
||||
|
@ -137,7 +140,8 @@ font:
|
|||
# If the bold italic family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
#family: Liberation Mono
|
||||
family: Source Code Pro
|
||||
#family: Source Code Pro
|
||||
family: monospace
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Bold Italic
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
<family>Source Code Pro</family>
|
||||
<family>Noto Sans Mono</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Source Code Pro</family>
|
||||
<family>Noto Sans Mono</family>
|
||||
<default>
|
||||
<family>monospace</family>
|
||||
</default>
|
||||
|
|
Loading…
Reference in a new issue