aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2021-01-18 20:59:19 +0100
committerMax Christian Pohle2021-01-18 20:59:19 +0100
commit1086af63639d2a108f39ae077e0e201dddf4f523 (patch)
treeb0a011f5e0e65cb16f6ef3102b6b8dde621df05e
parentfc94016e31c3e5d7a23746ff33c9f9ee91231995 (diff)
downloadvim-1086af63639d2a108f39ae077e0e201dddf4f523.tar.bz2
vim-1086af63639d2a108f39ae077e0e201dddf4f523.zip
Replaced Tahoma font with standard Sans-Serifmaster
-rw-r--r--utils/default-font.conf9
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)
..