depot/third_party/nixpkgs/pkgs/development/python-modules/ziamath/checkfonts.nix

20 lines
674 B
Nix
Raw Normal View History

# Based on the calls to testfont(url) in test/styles.ipynb
[
{
url = "https://mirrors.ctan.org/fonts/libertinus-fonts/otf/LibertinusMath-Regular.otf";
hash = "sha256-PY4QUzxz9/vO4k2rl5GBfno0r3/Zh1FAhif1OPDic7w=";
}
{
url = "https://mirrors.ctan.org/fonts/firamath/FiraMath-Regular.otf";
hash = "sha256-ICjL091NjAzxYIUg60dZlWqDpnkx17bY58MTUgGG41s=";
}
{
url = "https://mirrors.ctan.org/fonts/erewhon-math/Erewhon-Math.otf";
hash = "sha256-7SjKC+XP9KpFAWtZxc+FZZ4VETnDxokUGz+nZ/CWIbI=";
}
{
url = "https://mirrors.ctan.org/fonts/concmath-otf/Concrete-Math.otf";
hash = "sha256-YCukkUgNQoBlotuD0vF1ts9JL8x6xaEW9JxK++GVGZ4=";
}
]