Skip to content

Commit 19f1d3a

Browse files
committed
Fontconfig: add spacing fix for Noto Sans Mono
1 parent 901c8ce commit 19f1d3a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

fontconfig/20-fix-spacing-noto.conf

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
3+
<fontconfig>
4+
<description>Add spacing=100 for Noto Sans Mono</description>
5+
6+
<match target="scan">
7+
<test name="family">
8+
<string>Noto Sans Mono</string>
9+
</test>
10+
<edit name="spacing" mode="assign">
11+
<int>100</int>
12+
</edit>
13+
</match>
14+
15+
</fontconfig>

0 commit comments

Comments
 (0)