Changed default monospace font, Alacritty now respects default monospace font

This commit is contained in:
Logan G 2022-02-11 23:37:23 -07:00
parent 3abe911b47
commit ae4c991698
Signed by: logan
GPG key ID: E328528C921E7A7A
2 changed files with 10 additions and 6 deletions

View file

@ -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

View file

@ -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>