Set font to Droid

This commit is contained in:
Serĉanto de Scio 2019-11-04 10:24:07 +10:00
parent 92223f3f76
commit f72345ca50
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -84,24 +84,21 @@ draw_bold_text_with_bright_colors: true
font:
# The normal (roman) font face to use.
normal:
family: monospace # should be "Menlo" or something on macOS.
# Style can be specified to pick a specific face.
# style: Regular
family: Droid Sans Mono Dotted for Powerline
style: Regular
# The bold font face
bold:
family: monospace # should be "Menlo" or something on macOS.
# Style can be specified to pick a specific face.
# style: Bold
family: Droid Sans Mono Dotted for Powerline
style: Bold
# The italic font face
italic:
family: monospace # should be "Menlo" or something on macOS.
# Style can be specified to pick a specific face.
# style: Italic
family: Droid Sans Mono Dotted for Powerline
style: Italic
# Point size of the font
size: 6.0
size: 8.0
# Offset is the extra space around each character. offset.y can be thought of
# as modifying the linespacing, and offset.x as modifying the letter spacing.