Disable ligatures for TeX Gyre Cursor font
This commit is contained in:
parent
661cdc6223
commit
909dc8d604
1 changed files with 10 additions and 0 deletions
|
@ -39,6 +39,16 @@
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
|
<match target="font">
|
||||||
|
<test name="family" compare="eq" ignore-blanks="true">
|
||||||
|
<string>TeX Gyre Cursor</string>
|
||||||
|
</test>
|
||||||
|
<edit name="fontfeatures" mode="append">
|
||||||
|
<string>liga off</string>
|
||||||
|
<string>dlig off</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
<alias>
|
<alias>
|
||||||
<family>serif</family>
|
<family>serif</family>
|
||||||
<prefer>
|
<prefer>
|
||||||
|
|
Loading…
Reference in a new issue