alacritty.yml: Set font family

Set font family as Mozilla Fira Mono.
There's no need to set "bold", "italic" and "bold_italic" because they all fallback to "normal" family.
This commit is contained in:
2021-08-13 14:24:07 +02:00
parent f25c3c9b71
commit d1374e0152

View File

@@ -90,16 +90,16 @@ scrolling:
#multiplier: 3
# Font configuration
#font:
font:
# Normal (roman) font face
#normal:
normal:
# Font family
#
# Default:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
#family: monospace
family: Fira Mono
# The `style` can be specified to pick a specific face.
#style: Regular