alacritty: Switch to nerd fonts patched JetBrains Mono
This commit is contained in:
parent
a636406ddd
commit
c0720a74ef
1 changed files with 5 additions and 5 deletions
|
@ -58,16 +58,16 @@ font:
|
||||||
# The normal (roman) font face to use.
|
# The normal (roman) font face to use.
|
||||||
# Style can be specified to pick a specific face.
|
# Style can be specified to pick a specific face.
|
||||||
normal:
|
normal:
|
||||||
family: JetBrains Mono
|
family: JetBrains Mono Nerd Font Mono
|
||||||
style: Medium Italic
|
style: Italic
|
||||||
|
|
||||||
bold:
|
bold:
|
||||||
family: JetBrains Mono
|
family: JetBrains Mono Nerd Font Mono
|
||||||
style: Bold
|
style: Bold
|
||||||
|
|
||||||
italic:
|
italic:
|
||||||
family: JetBrains Mono
|
family: JetBrains Mono Nerd Font Mono
|
||||||
style: Bold Italic
|
style: Italic
|
||||||
|
|
||||||
# Point size of the font
|
# Point size of the font
|
||||||
size: 12.0
|
size: 12.0
|
||||||
|
|
Loading…
Reference in a new issue