diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-08-14 02:05:33 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-09-15 10:05:41 +0300 |
commit | dd330c19c9a9f3477c3c2f7c38ee36efc248770a (patch) | |
tree | aa2a2788cb23bcf5f027264d6c53623991063f94 /media-fonts/source-code-pro/files | |
parent | dev-ml/bos: Stabilize 0.2.1 arm64, #867118 (diff) | |
download | gentoo-dd330c19c9a9f3477c3c2f7c38ee36efc248770a.tar.gz gentoo-dd330c19c9a9f3477c3c2f7c38ee36efc248770a.tar.bz2 gentoo-dd330c19c9a9f3477c3c2f7c38ee36efc248770a.zip |
media-fonts/source-code-pro: new package, add 2.038
media-fonts/source-pro installs 3 font families. A while ago the serif
and sans-serif fonts were renamed (and will be renamed again) while the
monospace font kept the same name. Furthermore, the fonts now have the
major version in their name.
The fonts will be split into their own packages and the old package
will be masked since it isn't bump-able.
Bug: https://bugs.gentoo.org/865103
Upstream-announcement: https://github.com/adobe-fonts/source-serif/issues/77
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-fonts/source-code-pro/files')
-rw-r--r-- | media-fonts/source-code-pro/files/63-source-code-pro.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/media-fonts/source-code-pro/files/63-source-code-pro.conf b/media-fonts/source-code-pro/files/63-source-code-pro.conf new file mode 100644 index 000000000000..1faea90d64de --- /dev/null +++ b/media-fonts/source-code-pro/files/63-source-code-pro.conf @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> +<fontconfig> + <alias> + <family>Source Code Pro</family> + <default> + <family>monospace</family> + </default> + </alias> + <alias> + <family>monospace</family> + <prefer> + <family>Source Code Pro</family> + </prefer> + </alias> +</fontconfig> |