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
|
||||
|
||||
# Font configuration
|
||||
#font:
|
||||
font:
|
||||
# Normal (roman) font face
|
||||
#normal:
|
||||
normal:
|
||||
# Font family
|
||||
#
|
||||
# Default:
|
||||
# - (macOS) Menlo
|
||||
# - (Linux/BSD) monospace
|
||||
# - (Windows) Consolas
|
||||
#family: monospace
|
||||
family: FiraCode Nerd Font Mono
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Regular
|
||||
style: Medium
|
||||
|
||||
# Bold font face
|
||||
#bold:
|
||||
|
|
Loading…
Reference in a new issue