about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorMichal Sojka <michal.sojka@cvut.cz>2022-03-07 17:09:00 +0100
committerMichal Sojka <michal.sojka@cvut.cz>2022-03-10 22:46:59 +0100
commit5ed81935cdc0738b4c55daf7f3322d9d7c8e18d0 (patch)
tree58aac25fd6457150fde0d33051890e4da043364c /pkgs/top-level/aliases.nix
parent062a0c5437b68f950b081bbfc8a699d57a4ee026 (diff)
downloadnixlib-5ed81935cdc0738b4c55daf7f3322d9d7c8e18d0.tar
nixlib-5ed81935cdc0738b4c55daf7f3322d9d7c8e18d0.tar.gz
nixlib-5ed81935cdc0738b4c55daf7f3322d9d7c8e18d0.tar.bz2
nixlib-5ed81935cdc0738b4c55daf7f3322d9d7c8e18d0.tar.lz
nixlib-5ed81935cdc0738b4c55daf7f3322d9d7c8e18d0.tar.xz
nixlib-5ed81935cdc0738b4c55daf7f3322d9d7c8e18d0.tar.zst
nixlib-5ed81935cdc0738b4c55daf7f3322d9d7c8e18d0.zip
source-{sans,serif}-pro: reintroduce older font versions
Recently, Source Sans/Serif Pro fonts got renamed. The "Pro" suffix
was replaced with the major version of the font name.

In the case of Source Serif, the change was announced in
https://github.com/adobe-fonts/source-serif/issues/77 and besides the
name font metric have been changed too. Therefore, documents using the
old "Pro" version might look differently when the font is changed to
the new "4" version.

In the case of Source Sans, the metrics seem not to have been
changed (https://github.com/adobe-fonts/source-sans/issues/192), but
this comment (https://github.com/adobe-fonts/source-sans/issues/192#issuecomment-790143280)
suggests that it might happen in the future.

Due to the above, it makes sense to keep both old "Pro" and
new (numbered) fonts as separate packages. This commit reintroduced
the old "Pro" versions.

It seems that Arch Linux is also distributing both versions:
https://github.com/archlinux/svntogit-packages/blob/0d70461e5a26cde02cadfda64078eb93192c6caa/trunk/PKGBUILD

Closes #157972
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 02bc197f92ad..e69ad01ab651 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -1123,8 +1123,6 @@ mapAliases ({
   source-han-serif-korean = source-han-serif;
   source-han-serif-simplified-chinese = source-han-serif;
   source-han-serif-traditional-chinese = source-han-serif;
-  source-sans-pro = source-sans; # Added 2021-10-20
-  source-serif-pro = source-serif; # Added 2021-10-20
 
   spaceOrbit = throw "'spaceOrbit' has been renamed to/replaced by 'space-orbit'"; # Converted to throw 2022-02-22
   spectral = neochat; # Added 2020-12-27