mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
MAJOR CHANGE: Default mono font is Fira Code
Hack was my previous preferred choice, but it has some problems while using tmux inside xterm. This blog post provides the technical details: https://protesilaos.com/codelog/2019-05-26-xterm-letter-pi-bug/ Also remove Monoid from the lists. That typeface has too many "gotchas".
This commit is contained in:
parent
43e7140a4d
commit
ed0c3357be
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
<!-- Monospaced -->
|
||||
<alias>
|
||||
<family>Monoid</family>
|
||||
<family>Fira Code</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@
|
|||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
<family>Fira Code</family>
|
||||
<family>Hack</family>
|
||||
<family>Monoid</family>
|
||||
</prefer>
|
||||
<default>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
|
|
|
|||
Loading…
Reference in a new issue