You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
needed for applications using cairo, e.g. gucharmap, gedit, ...
182
+
-->
183
+
<editmode="assign"name="embolden">
129
184
<bool>true</bool>
130
185
</edit>
186
+
<!--
187
+
set weight to bold
188
+
needed for applications using Xft directly, e.g. Firefox, ...
189
+
-->
190
+
<editmode="assign"name="weight">
191
+
<const>bold</const>
192
+
</edit>
131
193
</match>
132
194
<matchtarget="font">
133
-
<editname="hintstyle"mode="assign">
134
-
<const>hintfull</const>
195
+
<editmode="assign"name="rgba">
196
+
<const>none</const>
197
+
</edit>
198
+
</match>
199
+
<matchtarget="font">
200
+
<editmode="assign"name="hinting">
201
+
<bool>false</bool>
202
+
</edit>
203
+
</match>
204
+
<matchtarget="font">
205
+
<editmode="assign"name="hintstyle">
206
+
<const>hintnone</const>
207
+
</edit>
208
+
</match>
209
+
<dir>~/.fonts</dir>
210
+
<matchtarget="font">
211
+
<editmode="assign"name="antialias">
212
+
<bool>true</bool>
135
213
</edit>
136
214
</match>
137
-
<dir>~/.local/share/fonts</dir>
138
215
</fontconfig>
139
216
```
140
217
@@ -145,6 +222,7 @@ FiraMonoNerdFontMono-Regular.otf: "FiraMono Nerd Font Mono" "Regular"
145
222
Windows 中文版默认是使用微软雅黑的,修改需要改注册表。所以一般来说我们都会在软件里面单独修改,像 Firefox,Windows Terminal,VSCode 都支持。而其他的应用我选择用微软雅黑,因为 Windows 运行的旧应用很多都是硬编码微软雅黑的,调整他们会导致一些奇怪的问题,下面说说。
146
223
147
224
这是个版权字体(属于方正)正因为如此应该不少人吃了官司吧(?
225
+
148
226
## 点阵字体和矢量字体
149
227
150
228
点阵字体是以前低分辨率的时代使用的,现在已经基本淘汰了。但是你可能偶尔还能看到有人发那些锯齿感字体非常严重的图片,那大概就是用 xp 截图出来的。
0 commit comments