@@ -, +, @@ https://bugs.gentoo.org/show_bug.cgi?id=589890 --- a/conf.d/30-metric-aliases.conf +++ a/conf.d/30-metric-aliases.conf @@ -47,6 +47,8 @@ but in an order preferring similar designs first. We do this in three steps: NOTE: The (URW)++ fonts mappings of generics to specifics were removed, because upstream now includes them in their release of (URW)++ Core Font Set here: https://github.com/ArtifexSoftware/urw-base35-fonts/tree/master/fontconfig +NOTE: As of 2018-04-16, media-fonts/urw-fonts does not supply these + mappings to fontconfig, so they were restored. --> @@ -498,6 +500,8 @@ NOTE: The (URW)++ fonts mappings of generics to specifics were removed, because Helvetica TeX Gyre Heros + Nimbus Sans + Nimbus Sans L @@ -505,6 +509,7 @@ NOTE: The (URW)++ fonts mappings of generics to specifics were removed, because Helvetica Narrow TeX Gyre Heros Cn + Nimbus Sans Narrow @@ -512,6 +517,8 @@ NOTE: The (URW)++ fonts mappings of generics to specifics were removed, because Times TeX Gyre Termes + Nimbus Roman + Nimbus Roman No9 L @@ -519,6 +526,9 @@ NOTE: The (URW)++ fonts mappings of generics to specifics were removed, because Courier TeX Gyre Cursor + Nimbus Mono PS + Nimbus Mono + Nimbus Mono L @@ -526,6 +536,8 @@ NOTE: The (URW)++ fonts mappings of generics to specifics were removed, because ITC Avant Garde Gothic TeX Gyre Adventor + URW Gothic + URW Gothic L @@ -534,6 +546,9 @@ NOTE: The (URW)++ fonts mappings of generics to specifics were removed, because Bookman Old Style TeX Gyre Bonum + URW Bookman + Bookman URW + URW Bookman L @@ -541,6 +556,9 @@ NOTE: The (URW)++ fonts mappings of generics to specifics were removed, because ITC Zapf Chancery TeX Gyre Chorus + Z003 + Chancery URW + URW Chancery L @@ -549,6 +567,9 @@ NOTE: The (URW)++ fonts mappings of generics to specifics were removed, because Palatino Linotype TeX Gyre Pagella + P052 + Palladio URW + URW Palladio L @@ -557,6 +578,9 @@ NOTE: The (URW)++ fonts mappings of generics to specifics were removed, because Century Schoolbook TeX Gyre Schola + C059 + Century SchoolBook URW + Century Schoolbook L --- a/conf.d/30-urw-aliases.conf +++ a/conf.d/30-urw-aliases.conf @@ -0,0 +1,33 @@ + + + + + + Zapf Dingbats + + D050000L + Dingbats + + + + ITC Zapf Dingbats + + D050000L + Dingbats + + + + + Symbol + + + Standard Symbols PS + + + Standard Symbols L + + + --- a/conf.d/Makefile.am +++ a/conf.d/Makefile.am @@ -29,6 +29,7 @@ CONF_LINKS = \ 10-hinting-$(PREFERRED_HINTING).conf \ 10-scale-bitmap-fonts.conf \ 20-unhint-small-vera.conf \ + 30-urw-aliases.conf \ 30-metric-aliases.conf \ 40-nonlatin.conf \ 45-generic.conf \ @@ -69,6 +70,7 @@ template_DATA = \ 11-lcdfilter-light.conf \ 20-unhint-small-vera.conf \ 25-unhint-nonlatin.conf \ + 30-urw-aliases.conf \ 30-metric-aliases.conf \ 40-nonlatin.conf \ 45-generic.conf \