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
|
# - (Linux/BSD) monospace
|
||||||
# - (Windows) Consolas
|
# - (Windows) Consolas
|
||||||
#family: Liberation Mono
|
#family: Liberation Mono
|
||||||
family: Source Code Pro
|
#family: Source Code Pro
|
||||||
|
family: monospace
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Regular
|
style: Regular
|
||||||
|
@ -113,7 +114,8 @@ font:
|
||||||
# If the bold family is not specified, it will fall back to the
|
# If the bold family is not specified, it will fall back to the
|
||||||
# value specified for the normal font.
|
# value specified for the normal font.
|
||||||
#family: Liberation Mono
|
#family: Liberation Mono
|
||||||
family: Source Code Pro
|
#family: Source Code Pro
|
||||||
|
family: monospace
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Bold
|
style: Bold
|
||||||
|
@ -125,7 +127,8 @@ font:
|
||||||
# If the italic family is not specified, it will fall back to the
|
# If the italic family is not specified, it will fall back to the
|
||||||
# value specified for the normal font.
|
# value specified for the normal font.
|
||||||
#family: Liberation Mono
|
#family: Liberation Mono
|
||||||
family: Source Code Pro
|
#family: Source Code Pro
|
||||||
|
family: monospace
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Italic
|
style: Italic
|
||||||
|
@ -137,7 +140,8 @@ font:
|
||||||
# If the bold italic family is not specified, it will fall back to the
|
# If the bold italic family is not specified, it will fall back to the
|
||||||
# value specified for the normal font.
|
# value specified for the normal font.
|
||||||
#family: Liberation Mono
|
#family: Liberation Mono
|
||||||
family: Source Code Pro
|
#family: Source Code Pro
|
||||||
|
family: monospace
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Bold Italic
|
style: Bold Italic
|
||||||
|
|
|
@ -16,11 +16,11 @@
|
||||||
<alias>
|
<alias>
|
||||||
<family>monospace</family>
|
<family>monospace</family>
|
||||||
<prefer>
|
<prefer>
|
||||||
<family>Source Code Pro</family>
|
<family>Noto Sans Mono</family>
|
||||||
</prefer>
|
</prefer>
|
||||||
</alias>
|
</alias>
|
||||||
<alias>
|
<alias>
|
||||||
<family>Source Code Pro</family>
|
<family>Noto Sans Mono</family>
|
||||||
<default>
|
<default>
|
||||||
<family>monospace</family>
|
<family>monospace</family>
|
||||||
</default>
|
</default>
|
||||||
|
|
Loading…
Reference in a new issue