Change font

This commit is contained in:
Devon Tingley 2022-09-07 19:57:08 -04:00
parent c267a1f492
commit 4cc9adffab

View file

@ -31,7 +31,7 @@ window:
# must be at least `2`, while using a value of `0` for columns and lines will # must be at least `2`, while using a value of `0` for columns and lines will
# fall back to the window manager's recommended size. # fall back to the window manager's recommended size.
dimensions: dimensions:
columns: 80 columns: 80
lines: 24 lines: 24
# Window position (changes require restart) # Window position (changes require restart)
@ -112,7 +112,7 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
family: NotoMono Nerd Font mono family: SourceCodePro
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
#style: Regular #style: Regular