Back to Go Mono for a font
This commit is contained in:
@ -74,24 +74,24 @@ tabspaces: 8
|
||||
font:
|
||||
# Normal (roman) font face
|
||||
normal:
|
||||
family: IBM Plex Mono
|
||||
family: Go Mono
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Regular
|
||||
|
||||
# Bold font face
|
||||
bold:
|
||||
family: IBM Plex Mono
|
||||
family: Go Mono
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Bold
|
||||
|
||||
# Italic font face
|
||||
italic:
|
||||
family: IBM Plex Mono
|
||||
family: Go Mono
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Italic
|
||||
|
||||
# Point size
|
||||
size: 9.0
|
||||
size: 8.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.
|
||||
|
||||
Reference in New Issue
Block a user