Bug 73291 - poppler does not show fl ligature
commented out substitutions for TeX Gyre Termes font until the broken font are fixed. https://bugs.freedesktop.org/show_bug.cgi?id=73291
This commit is contained in:
parent
f8ccf379eb
commit
c6aa4d4bfc
|
@ -77,12 +77,15 @@ but in an order preferring similar designs first. We do this in three steps:
|
|||
</default>
|
||||
</alias>
|
||||
|
||||
<!--
|
||||
Due to Bug#73291, commented out those lines until the broken font are fixed.
|
||||
<alias binding="same">
|
||||
<family>TeX Gyre Termes</family>
|
||||
<default>
|
||||
<family>Times</family>
|
||||
</default>
|
||||
</alias>
|
||||
-->
|
||||
|
||||
<alias binding="same">
|
||||
<family>Nimbus Mono L</family>
|
||||
|
@ -415,7 +418,10 @@ but in an order preferring similar designs first. We do this in three steps:
|
|||
<alias binding="same">
|
||||
<family>Times</family>
|
||||
<accept>
|
||||
<!--
|
||||
Due to Bug#73291, commented out this line until the broken font are fixed.
|
||||
<family>TeX Gyre Termes</family>
|
||||
-->
|
||||
<family>Nimbus Roman No9 L</family>
|
||||
</accept>
|
||||
</alias>
|
||||
|
|
Loading…
Reference in New Issue