alacritty: use patched NerdFont SauceCodePro
This commit is contained in:
parent
672d8cb6d1
commit
c1b8658ad4
1 changed files with 5 additions and 4 deletions
|
@ -114,13 +114,14 @@ font:
|
|||
# - (macOS) Menlo
|
||||
# - (Linux/BSD) monospace
|
||||
# - (Windows) Consolas
|
||||
family: Source Code Pro
|
||||
# family: Source Code Pro
|
||||
family: SauceCodePro Nerd Font Mono
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Light
|
||||
style: Medium
|
||||
|
||||
# Bold font face
|
||||
bold:
|
||||
#bold:
|
||||
# Font family
|
||||
#
|
||||
# If the bold family is not specified, it will fall back to the
|
||||
|
@ -128,7 +129,7 @@ font:
|
|||
#family: monospace
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Regular
|
||||
# style: Regular
|
||||
|
||||
# Italic font face
|
||||
#italic:
|
||||
|
|
Loading…
Add table
Reference in a new issue