From 965bea8798ffe76885e4ea4556155a6df5e7fc4d Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Tue, 9 Jan 2018 13:51:09 +0100 Subject: [PATCH] appstream/fontconfig: Nimbus Sans Narrow merged into Nimbus Sans "As mentioned by Microsoft in its WPF font model whitepaper, the CSS model and apps only know to manage weight, width or slant qualifiers. So anything which is a weight, width or slant qualifier is a font face name, and anything else is a different font family." - Nicolas Mailhot More info: https://goo.gl/n2unfn By this definition, the Nimbus Sans and Nimbus Sans Narrow are the same font typefaces, so the AppStream and fontconfig files for Nimbus Sans Narrow were merged into corresponding Nimbus Sans files. --- appstream/de.urwpp.NimbusSans.metainfo.xml | 5 + appstream/de.urwpp.NimbusSansNarrow.metainfo.xml | 190 ----------------------- fontconfig/urw-nimbus-sans-narrow.conf | 42 ----- fontconfig/urw-nimbus-sans.conf | 35 +++++ 4 files changed, 40 insertions(+), 232 deletions(-) delete mode 100644 appstream/de.urwpp.NimbusSansNarrow.metainfo.xml delete mode 100644 fontconfig/urw-nimbus-sans-narrow.conf diff --git a/appstream/de.urwpp.NimbusSans.metainfo.xml b/appstream/de.urwpp.NimbusSans.metainfo.xml index 28d9c96..be65054 100644 --- a/appstream/de.urwpp.NimbusSans.metainfo.xml +++ b/appstream/de.urwpp.NimbusSans.metainfo.xml @@ -29,6 +29,11 @@ Nimbus Sans Italic Nimbus Sans Bold Nimbus Sans Bold Italic + + Nimbus Sans Narrow Regular + Nimbus Sans Narrow Oblique + Nimbus Sans Narrow Bold + Nimbus Sans Narrow Bold Oblique diff --git a/appstream/de.urwpp.NimbusSansNarrow.metainfo.xml b/appstream/de.urwpp.NimbusSansNarrow.metainfo.xml deleted file mode 100644 index 3db3163..0000000 --- a/appstream/de.urwpp.NimbusSansNarrow.metainfo.xml +++ /dev/null @@ -1,190 +0,0 @@ - - - de.urwpp.NimbusSansNarrow - URW++ Design and Development GmbH - - CC-BY-4.0 - AGPL-3.0 - - https://www.urwpp.de/en/ - https://bugs.ghostscript.com/ - - dkaspar@redhat.com - - Nimbus Sans Narrow - An alternative font family for Helvetica Condensed typeface - -

- This sans-serif font family is an alternative for the Helvetica Condensed - typeface, and is part of Level 2 Core Font Set - PostScript specification - of 35 base fonts that can be used with any PostScript file. -

-

- These 35 base fonts are provided freely by (URW++) company, - and are mainly utilized by Ghostscript, or other applications using it. - - - - Nimbus Sans Narrow Regular - Nimbus Sans Narrow Oblique - Nimbus Sans Narrow Bold - Nimbus Sans Narrow Bold Oblique - - - - de.urwpp.URWCoreFontSetLevel2 - de.urwpp.C059 - de.urwpp.D050000L - de.urwpp.NimbusMonoPS - de.urwpp.NimbusRoman - de.urwpp.NimbusSans - de.urwpp.P052 - de.urwpp.StandardSymbolsPS - de.urwpp.URWBookman - de.urwpp.URWGothic - de.urwpp.Z003 - - - - - - - - - - aa - af - an - av - ay - ba - be - bg - bi - br - bs - bua - ca - ce - ch - co - crh - cs - csb - cy - da - de - el - en - eo - es - et - eu - fi - fil - fj - fo - fr - fur - fy - gd - gl - gv - ho - hr - hsb - ht - hu - ia - id - ie - ik - io - is - it - jv - kaa - ki - kj - kk - kl - ku-tr - kum - kwm - ky - la - lb - lez - lg - li - lt - lv - mg - mh - mk - mn-mn - mo - ms - mt - na - nb - nds - ng - nl - nn - no - nr - nso - ny - oc - om - os - pap-an - pap-aw - pl - pt - rm - rn - ro - ru - rw - sc - se - sel - sg - sh - sk - sl - sma - smj - smn - sn - so - sq - sr - ss - st - su - sv - sw - tg - tk - tl - tn - tr - ts - tt - tyv - uk - uz - vo - vot - wa - wen - wo - xh - yap - za - zu - - diff --git a/fontconfig/urw-nimbus-sans-narrow.conf b/fontconfig/urw-nimbus-sans-narrow.conf deleted file mode 100644 index 16ef7ac..0000000 --- a/fontconfig/urw-nimbus-sans-narrow.conf +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - sans-serif - - Nimbus Sans Narrow - - - - - - Nimbus Sans Narrow - - sans-serif - - - - - - Nimbus Sans Narrow - - Helvetica Narrow - - - - - - Helvetica Narrow - - Nimbus Sans Narrow - - - - - TeX Gyre Heroes Cn - - Nimbus Sans Narrow - - - diff --git a/fontconfig/urw-nimbus-sans.conf b/fontconfig/urw-nimbus-sans.conf index 782e5e0..0d78408 100644 --- a/fontconfig/urw-nimbus-sans.conf +++ b/fontconfig/urw-nimbus-sans.conf @@ -9,6 +9,13 @@ + + sans-serif + + Nimbus Sans Narrow + + + Nimbus Sans @@ -17,6 +24,13 @@ + + Nimbus Sans Narrow + + sans-serif + + + Nimbus Sans @@ -25,6 +39,13 @@ + + Nimbus Sans Narrow + + Helvetica Narrow + + + Helvetica @@ -34,9 +55,23 @@ + Helvetica Narrow + + Nimbus Sans Narrow + + + + TeX Gyre Heroes Nimbus Sans + + + TeX Gyre Heroes Cn + + Nimbus Sans Narrow + + -- 2.9.5