ostrich-sans: init at 2011-04-18

This commit is contained in:
Minijackson
2023-02-04 14:57:56 +01:00
parent d7a9c6604c
commit 9abf91e1fb
2 changed files with 34 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
{ lib, fetchFromGitHub, stdenvNoCC }:
stdenvNoCC.mkDerivation (self: {
pname = "ostrich-sans";
version = "2014-04-18";
src = fetchFromGitHub {
owner = "theleagueof";
repo = self.pname;
rev = "a949d40d0576d12ba26e2a45e19c91fd0228c964";
hash = "sha256-vvTNtl+fO2zWooH1EvCmO/dPYYgCkj8Ckg5xfg1gtnw=";
};
installPhase = ''
runHook preInstall
install -D -m444 -t $out/share/fonts/opentype $src/*.otf
runHook postInstall
'';
meta = {
description = "A gorgeous modern sans-serif with a very long neck";
longDescription = ''
A gorgeous modern sans-serif with a very long neck. With a whole slew of
styles & weights.
'';
homepage = "https://www.theleagueofmoveabletype.com/ostrich-sans";
license = lib.licenses.ofl;
maintainers = with lib.maintainers; [ minijackson ];
};
})
+2
View File
@@ -27533,6 +27533,8 @@ with pkgs;
orion = callPackage ../data/themes/orion {};
ostrich-sans = callPackage ../data/fonts/ostrich-sans { };
overpass = callPackage ../data/fonts/overpass { };
oxygenfonts = callPackage ../data/fonts/oxygenfonts { };