Add custom font
This commit is contained in:
parent
69f948a469
commit
0753356f01
5 changed files with 44 additions and 20 deletions
|
@ -102,41 +102,41 @@ window:
|
|||
#multiplier: 3
|
||||
|
||||
# Font configuration
|
||||
# font:
|
||||
font:
|
||||
# Normal (roman) font face
|
||||
# normal:
|
||||
normal:
|
||||
# Font family
|
||||
#
|
||||
# Default:
|
||||
# - (macOS) Menlo
|
||||
# - (Linux/BSD) monospace
|
||||
# - (Windows) Consolas
|
||||
# family: Letter
|
||||
family: Letter
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
# style: Extended
|
||||
style: Extended
|
||||
|
||||
# Bold font face
|
||||
# bold:
|
||||
bold:
|
||||
# Font family
|
||||
#
|
||||
# If the bold family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
# family: Letter
|
||||
family: Letter
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
# style: Heavy
|
||||
style: Heavy
|
||||
|
||||
# Italic font face
|
||||
# italic:
|
||||
italic:
|
||||
# Font family
|
||||
#
|
||||
# If the italic family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
# family: Letter
|
||||
family: Letter
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
# style: Oblique
|
||||
style: Oblique
|
||||
|
||||
# Bold italic font face
|
||||
#bold_italic:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue