diff options
author | Akira TAGOH <akira@tagoh.org> | 2014-03-18 11:51:37 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2014-03-18 11:52:18 +0900 |
commit | c6aa4d4bfcbed14f39d070fe7ef90a4b74642ee7 (patch) | |
tree | 6ab2a253790b652cb5e0d215f00cbc7b25209d12 /conf.d | |
parent | f8ccf379eb1092592ae0b65deb563c5491f69de9 (diff) |
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
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/30-metric-aliases.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf.d/30-metric-aliases.conf b/conf.d/30-metric-aliases.conf index 49a96024..08c8ba32 100644 --- a/conf.d/30-metric-aliases.conf +++ b/conf.d/30-metric-aliases.conf @@ -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> |