Skip to content

Commit 4931f0d

Browse files
committed
updated fonts
1 parent fc1cc86 commit 4931f0d

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

.fonts.conf

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0"?>
2+
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3+
<fontconfig>
4+
<match target="font">
5+
<edit mode="assign" name="rgba">
6+
<const>rgb</const>
7+
</edit>
8+
</match>
9+
<match target="font">
10+
<edit mode="assign" name="hinting">
11+
<bool>true</bool>
12+
</edit>
13+
</match>
14+
<match target="font">
15+
<edit mode="assign" name="hintstyle">
16+
<const>hintslight</const>
17+
</edit>
18+
</match>
19+
<match target="font">
20+
<edit mode="assign" name="antialias">
21+
<bool>true</bool>
22+
</edit>
23+
</match>
24+
<match target="font">
25+
<edit mode="assign" name="lcdfilter">
26+
<const>lcddefault</const>
27+
</edit>
28+
</match>
29+
</fontconfig>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)