This commit is contained in:
Lukas Wurzinger 2024-12-30 11:36:25 +01:00
parent 2439c5ef8e
commit e46f9f7191
No known key found for this signature in database

View file

@ -1,5 +1,4 @@
{
lib,
fetchzip,
stdenvNoCC,
}:
@ -19,24 +18,4 @@ stdenvNoCC.mkDerivation (finalAttrs: {
runHook postInstall
'';
meta = {
description = "Fantastic new revival of ATF's classic Spartan, a geometric sans-serif that has no problem kicking its enemies in the chest";
longDescription = ''
A new classic, this is a bold, modern, geometric sans-serif that has no
problem kicking its enemies in the chest.
Taking a strong influence from ATF's classic Spartan family, we're
starting our own family out with a single strong weight. We've put a few
unique touches into a beautiful, historical typeface, and made sure to
include an extensive characterset  currently totaling over 300 glyphs.
Over time, the open-source license will allow us expand League Spartan
into a full family, with multiple weights and styles, and we're starting
by releasing our first Bold style for this exciting, modern classic now.
'';
homepage = "https://www.theleagueofmoveabletype.com/league-spartan";
license = lib.licenses.ofl;
platforms = lib.platforms.all;
};
})