Changed to new font

This commit is contained in:
Tibo De Peuter 2022-05-31 14:46:46 +02:00
parent 870d148b9b
commit 6361f64299
2 changed files with 4 additions and 4 deletions

View file

@ -110,7 +110,7 @@ font:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
family: Iosevka Custom
family: Letter
# The `style` can be specified to pick a specific face.
style: Extended
@ -121,7 +121,7 @@ font:
#
# If the bold family is not specified, it will fall back to the
# value specified for the normal font.
family: Iosevka Custom
family: Letter
# The `style` can be specified to pick a specific face.
style: Heavy
@ -132,7 +132,7 @@ font:
#
# If the italic family is not specified, it will fall back to the
# value specified for the normal font.
family: Iosevka Custom
family: Letter
# The `style` can be specified to pick a specific face.
style: Oblique

View file

@ -5,7 +5,7 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
font-family: Iosevka Custom;
font-family: Letter;
font-size: 13px;
}