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 #multiplier: 3
# Font configuration # Font configuration
#font: font:
# Normal (roman) font face # Normal (roman) font face
#normal: normal:
# Font family # Font family
# #
# Default: # Default:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
#family: monospace family: Fira Mono
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Regular #style: Regular