159e378cbb
GitOrigin-RevId: c04d5652cfa9742b1d519688f65d1bbccea9eb7e
19 lines
674 B
Nix
19 lines
674 B
Nix
# 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=";
|
|
}
|
|
]
|