Use Comic Code fonts

main
Dan Buch 5 years ago
parent aadcd06a1d
commit e4682b0978
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -87,42 +87,42 @@ tabspaces: 8
# Font configuration (changes require restart)
font:
# Normal (roman) font face
#normal:
normal:
# Font family
#
# Default:
# - (macOS) Menlo
# - (Linux) monospace
# - (Windows) Consolas
#family: monospace
family: Comic Code
# The `style` can be specified to pick a specific face.
#style: Regular
# 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: Comic Code
# The `style` can be specified to pick a specific face.
#style: Bold
style: Bold
# 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: Comic Code
# The `style` can be specified to pick a specific face.
#style: Italic
style: Italic
# Point size
size: 8.0
size: 6.0
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.

@ -1,6 +1,6 @@
set $mod Mod4
font pango:DejaVu Sans Mono 12
font pango:Comic Code Bold 13
exec "setxkbmap -layout dvorak"

Loading…
Cancel
Save