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>
|
||||
</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>
|
||||
<family>serif</family>
|
||||
<prefer>
|
||||
|
|
Loading…
Reference in a new issue