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
|
# - (macOS) Menlo
|
||||||
# - (Linux/BSD) monospace
|
# - (Linux/BSD) monospace
|
||||||
# - (Windows) Consolas
|
# - (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.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Light
|
style: Medium
|
||||||
|
|
||||||
# Bold font face
|
# Bold font face
|
||||||
bold:
|
#bold:
|
||||||
# Font family
|
# Font family
|
||||||
#
|
#
|
||||||
# If the bold family is not specified, it will fall back to the
|
# If the bold family is not specified, it will fall back to the
|
||||||
|
@ -128,7 +129,7 @@ font:
|
||||||
#family: monospace
|
#family: monospace
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Regular
|
# style: Regular
|
||||||
|
|
||||||
# Italic font face
|
# Italic font face
|
||||||
#italic:
|
#italic:
|
||||||
|
|
Loading…
Add table
Reference in a new issue