mbox series

[bug#61981,0/3] Update Iosevka to 20.0.0 and add SS08 and SS09 variants

Message ID 20230305144608.45592-1-paul@apatience.com
Headers show
Series Update Iosevka to 20.0.0 and add SS08 and SS09 variants | expand

Message

Paul A. Patience March 5, 2023, 2:46 p.m. UTC
I added only the SS08 and SS09 variants because those are the ones that
interest me, and adding all 20 stylistic sets is a lot.
If we don't want any of the stylistic sets in Guix, feel free to drop those
patches.

(I included the year 2022 in the copyright notice because I made a commit
then, though the commit by itself is probably not a significant enough change
to count as copyright.
Adjust as you wish.)

Best regards,

Paul A. Patience (3):
  gnu: font-iosevka: Update to 20.0.0.
  gnu: Add font-iosevka-ss08.
  gnu: Add font-iosevka-ss09.

 gnu/packages/fonts.scm | 54 ++++++++++++++++++++++++++++++++----------
 1 file changed, 42 insertions(+), 12 deletions(-)

--
2.39.1

Comments

Ludovic Courtès March 13, 2023, 1:47 p.m. UTC | #1
Hello Paul,

"Paul A. Patience" <paul@apatience.com> skribis:

>   gnu: font-iosevka: Update to 20.0.0.
>   gnu: Add font-iosevka-ss08.
>   gnu: Add font-iosevka-ss09.

Applied, thanks!

> If we don't want any of the stylistic sets in Guix, feel free to drop those
> patches.

It’s hard to tell what “we” want.  I feel like it probably doesn’t hurt
to include them, but one could poll guix-devel or help-guix to see.

Thanks,
Ludo’.