diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-03-17 13:13:27 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-03-17 13:17:46 +0100 |
commit | 718fd9542bacc97117fa50e8b450018718ff363e (patch) | |
tree | d02a8705cc80c54419f484f7065019380075ef71 | |
parent | b28201b5224f9cd28004b419fac84df831f4cf52 (diff) | |
download | dotfiles-718fd9542bacc97117fa50e8b450018718ff363e.tar.xz |
fontconfig: Make Inconsolatazi4 and SCP monospace
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | fontconfig/fonts.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fontconfig/fonts.conf b/fontconfig/fonts.conf index bf8ac1e..d4d4661 100644 --- a/fontconfig/fonts.conf +++ b/fontconfig/fonts.conf @@ -49,6 +49,20 @@ </edit> </match> + <!-- Make mono fonts I care about actually be treated as monospace rather than sans-serif --> + <alias> + <family>Inconsolatazi4</family> + <default> + <family>monospace</family> + </default> + </alias> + <alias> + <family>Source Code Pro</family> + <default> + <family>monospace</family> + </default> + </alias> + <selectfont> <rejectfont> <pattern><patelt name="family"><string>Nimbus Sans</string></patelt></pattern> |