Changed Alacritty font

This commit is contained in:
Logan G 2021-05-28 00:14:38 -06:00
parent eb3706b483
commit 62c82159a7
Signed by untrusted user: logan
GPG key ID: E328528C921E7A7A

View file

@ -97,7 +97,8 @@ font:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
family: Liberation Mono
#family: Liberation Mono
family: Source Code Pro
# The `style` can be specified to pick a specific face.
style: Regular
@ -108,7 +109,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: Liberation Mono
family: Source Code Pro
# The `style` can be specified to pick a specific face.
style: Bold
@ -119,7 +121,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: Liberation Mono
family: Source Code Pro
# The `style` can be specified to pick a specific face.
style: Italic
@ -130,7 +133,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: Liberation Mono
family: Source Code Pro
# The `style` can be specified to pick a specific face.
style: Bold Italic