Changed font to custom
This commit is contained in:
parent
bf27dcba4b
commit
870d148b9b
2 changed files with 9 additions and 10 deletions
|
@ -110,32 +110,32 @@ font:
|
|||
# - (macOS) Menlo
|
||||
# - (Linux/BSD) monospace
|
||||
# - (Windows) Consolas
|
||||
family: hack
|
||||
family: Iosevka Custom
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Regular
|
||||
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: monospace
|
||||
family: Iosevka Custom
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Bold
|
||||
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: monospace
|
||||
family: Iosevka Custom
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Italic
|
||||
style: Oblique
|
||||
|
||||
# Bold italic font face
|
||||
#bold_italic:
|
||||
|
|
|
@ -5,9 +5,8 @@
|
|||
* {
|
||||
/* `otf-font-awesome` is required to be installed for icons */
|
||||
/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
|
||||
font-family: Hack;
|
||||
font-family: Iosevka Custom;
|
||||
font-size: 13px;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
|
|
Loading…
Reference in a new issue