Back to Go Mono for a font

This commit is contained in:
Colin Powell
2020-03-11 23:19:52 -04:00
parent 2f3d7f8bd2
commit 73a1fbbee4

View File

@ -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.