Cambiar font a Hack
This commit is contained in:
parent
579e0de335
commit
80e3261b45
2 changed files with 4 additions and 4 deletions
|
@ -82,10 +82,10 @@
|
|||
<!-- Set default monospace font -->
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer><family>IBM Plex Mono</family></prefer>
|
||||
<prefer><family>Hack</family></prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>IBM Plex Mono</family>
|
||||
<family>Hack</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
|
||||
|
|
|
@ -11,9 +11,9 @@ lines = 10000
|
|||
hide-when-typing=yes
|
||||
|
||||
[main]
|
||||
font=monospace:pixelsize=18
|
||||
font=monospace:pixelsize=17
|
||||
line-height=30px
|
||||
vertical-letter-offset=3px
|
||||
vertical-letter-offset=5px
|
||||
|
||||
pad=4x4 center
|
||||
" > ~/.config/foot/foot.ini
|
||||
|
|
Loading…
Reference in a new issue