Added FiraCode font do alacritty
This commit is contained in:
parent
e1fea3160a
commit
1d04cbe23d
1 changed files with 4 additions and 4 deletions
|
@ -110,19 +110,19 @@ window:
|
||||||
#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: FiraCode Nerd Font Mono
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Regular
|
style: Medium
|
||||||
|
|
||||||
# Bold font face
|
# Bold font face
|
||||||
#bold:
|
#bold:
|
||||||
|
|
Loading…
Reference in a new issue