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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user