Disable ligatures for Noto Sans Mono
This commit is contained in:
parent
ac3b2b46fc
commit
4e6aebb046
1 changed files with 9 additions and 0 deletions
|
@ -39,6 +39,15 @@
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>Noto Sans Mono</string>
|
||||||
|
</test>
|
||||||
|
<edit name="fontfeatures" mode="append">
|
||||||
|
<string>liga off</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
<selectfont>
|
<selectfont>
|
||||||
<rejectfont>
|
<rejectfont>
|
||||||
<pattern>
|
<pattern>
|
||||||
|
|
Loading…
Reference in a new issue