mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 10:07:55 +00:00
maple-font: add ttf autohint type
This commit is contained in:
parent
a94a0cbdff
commit
f2a5e9301e
@ -67,6 +67,12 @@ in
|
||||
sha256 = "sha256-4akpZGGth4yZjI5wjO3ZXrXcWNxb7/6YChU7T5fNVKs=";
|
||||
desc = "WOFF2.0";
|
||||
};
|
||||
|
||||
autohint = maple-font {
|
||||
pname = "MapleMono-ttf-autohint";
|
||||
sha256 = "sha256-rSYIC42Bt+KFgxhwRhXS4sbh4etKYkCOo5nP2J2BHt4=";
|
||||
desc = "ttf autohint";
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
@ -5735,6 +5735,7 @@ with pkgs;
|
||||
maple-mono-SC-NF = (callPackage ../data/fonts/maple-font { }).SC-NF;
|
||||
maple-mono-otf = (callPackage ../data/fonts/maple-font { }).opentype;
|
||||
maple-mono-woff2 = (callPackage ../data/fonts/maple-font { }).woff2;
|
||||
maple-mono-autohint = (callPackage ../data/fonts/maple-font { }).autohint;
|
||||
|
||||
marl = callPackage ../development/libraries/marl { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user