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:
Protesilaos Stavrou 2019-05-26 12:20:29 +03:00
parent 43e7140a4d
commit ed0c3357be
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@
<!-- Monospaced -->
<alias>
<family>Monoid</family>
<family>Fira Code</family>
<default><family>monospace</family></default>
</alias>
<alias>

View file

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