We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901c8ce commit 19f1d3aCopy full SHA for 19f1d3a
fontconfig/20-fix-spacing-noto.conf
@@ -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