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:
|
font:
|
||||||
# The normal (roman) font face to use.
|
# The normal (roman) font face to use.
|
||||||
normal:
|
normal:
|
||||||
family: monospace # should be "Menlo" or something on macOS.
|
family: Droid Sans Mono Dotted for Powerline
|
||||||
# Style can be specified to pick a specific face.
|
style: Regular
|
||||||
# style: Regular
|
|
||||||
|
|
||||||
# The bold font face
|
# The bold font face
|
||||||
bold:
|
bold:
|
||||||
family: monospace # should be "Menlo" or something on macOS.
|
family: Droid Sans Mono Dotted for Powerline
|
||||||
# Style can be specified to pick a specific face.
|
style: Bold
|
||||||
# style: Bold
|
|
||||||
|
|
||||||
# The italic font face
|
# The italic font face
|
||||||
italic:
|
italic:
|
||||||
family: monospace # should be "Menlo" or something on macOS.
|
family: Droid Sans Mono Dotted for Powerline
|
||||||
# Style can be specified to pick a specific face.
|
style: Italic
|
||||||
# style: Italic
|
|
||||||
|
|
||||||
# Point size of the font
|
# 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
|
# 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.
|
# as modifying the linespacing, and offset.x as modifying the letter spacing.
|
||||||
|
|
Loading…
Reference in a new issue