change font
This commit is contained in:
parent
fb3808e33c
commit
eec09706ac
1 changed files with 17 additions and 0 deletions
|
@ -1,4 +1,21 @@
|
||||||
env:
|
env:
|
||||||
TERM: "xterm-256color"
|
TERM: "xterm-256color"
|
||||||
|
# Font configuration (changes require restart)
|
||||||
|
font:
|
||||||
|
# The size to use.
|
||||||
|
size: 8
|
||||||
|
normal:
|
||||||
|
family: Comic Mono
|
||||||
|
style: Regular
|
||||||
|
|
||||||
|
# The bold font face
|
||||||
|
bold:
|
||||||
|
family: Comic Mono
|
||||||
|
style: Bold
|
||||||
|
|
||||||
|
# The italic font face
|
||||||
|
italic:
|
||||||
|
family: Comic Mono
|
||||||
|
|
||||||
key_bindings:
|
key_bindings:
|
||||||
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
|
- { key: Return, mods: Control|Shift, action: SpawnNewInstance }
|
||||||
|
|
Loading…
Reference in a new issue