set alacritty to use monospace font

This commit is contained in:
Marty Oehme 2019-03-15 14:00:21 +01:00
parent 26b58e78c9
commit be53599ec9

View file

@ -86,7 +86,7 @@ font:
# - (macOS) Menlo
# - (Linux) monospace
# - (Windows) Consolas
family: Iosevka
family: monospace
# The `style` can be specified to pick a specific face.
#style: Regular
@ -97,7 +97,7 @@ font:
#
# If the bold family is not specified, it will fall back to the
# value specified for the normal font.
family: Iosevka
family: monospace
# The `style` can be specified to pick a specific face.
#style: Bold
@ -108,7 +108,7 @@ font:
#
# If the italic family is not specified, it will fall back to the
# value specified for the normal font.
family: Iosevka
family: monospace
# The `style` can be specified to pick a specific face.
#style: Italic