Set font to Droid
This commit is contained in:
parent
92223f3f76
commit
f72345ca50
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue