mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
Remove Terminus from "Monospace" alias
This is important to fix the rendering of monospaced fonts by applications that set an arbitrary point size and/or do not respect system-wide aliasing rules. Web browsers are the greatest offenders in large part because many websites are poorly designed. Terminus is a fixed-size (bitmap) font that does not scale well. It is better to explicitly define that font as the default in text editors or other contexts where we have full control over its presentation (since Terminus _is_ a superb typeface).
This commit is contained in:
parent
e4f4c86fce
commit
f19eba54cc
|
|
@ -36,10 +36,6 @@
|
|||
</alias>
|
||||
|
||||
<!-- Monospaced -->
|
||||
<alias>
|
||||
<family>Terminus</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Monoid</family>
|
||||
<default><family>monospace</family></default>
|
||||
|
|
|
|||
|
|
@ -31,9 +31,8 @@
|
|||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
<family>Terminus</family>
|
||||
<family>Monoid</family>
|
||||
<family>Hack</family>
|
||||
<family>Monoid</family>
|
||||
</prefer>
|
||||
<default>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
|
|
|
|||
Loading…
Reference in a new issue