diff options
-rw-r--r-- | utils/default-font.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/default-font.conf b/utils/default-font.conf index b77c0f1..f905783 100644 --- a/utils/default-font.conf +++ b/utils/default-font.conf | |||
@@ -43,6 +43,15 @@ | |||
43 | <match target="pattern"> | 43 | <match target="pattern"> |
44 | <edit name="dpi" mode="assign"><double>102</double></edit> | 44 | <edit name="dpi" mode="assign"><double>102</double></edit> |
45 | </match> | 45 | </match> |
46 | |||
47 | <match target="pattern"> | ||
48 | <test name="family"> | ||
49 | <string>Tahoma</string> | ||
50 | </test> | ||
51 | <edit name="family" mode="assign"> | ||
52 | <string>Sans-Serif</string> | ||
53 | </edit> | ||
54 | </match> | ||
46 | </fontconfig> | 55 | </fontconfig> |
47 | <!-- | 56 | <!-- |
48 | family: "Anonymous Pro for Powerline"(s) | 57 | family: "Anonymous Pro for Powerline"(s) |