6 stdenvNoCC.mkDerivation rec {
8 version = "0.pre+date=2022-09-22";
10 src = fetchFromGitHub {
11 owner = "googlefonts";
13 rev = "cd26b9c2538d758138c20c3d2f10362ed613854b";
14 sha256 = "ZKogntyJ/44GBZmFwbtw5Ujw5Gnvv0tVB59ciKqR4c8=";
22 install -D -t $out/share/fonts/truetype/lexend/$f $f/ttf/*
23 install -D -t $out/share/fonts/variable/lexend/$f $f/variable/*
30 homepage = "https://www.lexend.com";
31 description = "Variable font family designed to aid in reading proficiency";
32 license = licenses.ofl;
33 platforms = platforms.all;
34 maintainers = with maintainers; [ fufexan ];