11 src = fetchFromGitHub {
12 owner = "googlefonts";
14 rev = "baeeba45e0c3ccdcfb6a70dc564785941aafef5d";
15 sha256 = "1v6z0a2xgwgf9dyj62sriy8ckwpbwlxkki6gfax1f4h4livvzpdn";
19 mkdir -p $out/share/fonts/truetype
20 cp -a fonts/static/*.ttf $out/share/fonts/truetype/
23 outputHashAlgo = "sha256";
24 outputHashMode = "recursive";
25 outputHash = "0g663npi5lkvwcqafd4cjrm90ph0nv1lig7d19xzfymnj47qpj8x";
28 homepage = "https://www.google.com/fonts/specimen/Roboto+Slab";
29 description = "Roboto Slab Typeface by Google";
31 Roboto has a dual nature. It has a mechanical skeleton and the forms
32 are largely geometric. At the same time, the font features friendly
33 and open curves. While some grotesks distort their letterforms to
34 force a rigid rhythm, Roboto doesn't compromise, allowing letters to
35 be settled into their natural width. This makes for a more natural
36 reading rhythm more commonly found in humanist and serif types.
38 This is the Roboto Slab family, which can be used alongside the normal
39 Roboto family and the Roboto Condensed family.
41 license = licenses.asl20;
42 platforms = platforms.all;
43 maintainers = [ maintainers.romildo ];