1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

fonts: install coranica, egyptianText

This commit is contained in:
2024-05-04 09:35:54 +02:00
parent d9751b5205
commit c7caaa0fb0

View File

@@ -46,14 +46,22 @@
url = "http://files.qenherkhopeshef.org/jsesh/JSeshFont.ttf"; url = "http://files.qenherkhopeshef.org/jsesh/JSeshFont.ttf";
sha256 = "1203jrk2xzvgckcc5hx88kja1i3h8gm1wiyla5j6gspc0hbv56ry"; sha256 = "1203jrk2xzvgckcc5hx88kja1i3h8gm1wiyla5j6gspc0hbv56ry";
}; };
egyptianText = simple-ttf "EgyptianText-1.0beta" { egyptianTextBeta = simple-ttf "EgyptianText-1.0beta" {
url = "http://c.krebsco.de/EgyptianText-v1.0-beta.ttf"; url = "http://c.krebsco.de/EgyptianText-v1.0-beta.ttf";
sha256 = "0cfjbk7xxnxhlp6v922psm5j1xzrv6wfk226ji2wz2yfrnkbcbsv"; sha256 = "0cfjbk7xxnxhlp6v922psm5j1xzrv6wfk226ji2wz2yfrnkbcbsv";
}; };
coranica = simple-ttf "Coranica" {
url = "https://corpuscoranicum.de/fonts/coranica_1164.ttf";
sha256 = "0igi8q8b2p38x9jq8c98afsl7bf8rj32zj2052yyjgj9r88y4yi5";
};
koineGreek = simple-ttf "KoineGreek.ttf" { koineGreek = simple-ttf "KoineGreek.ttf" {
url = "https://github.com/Center-for-New-Testament-Restoration/font/raw/af83eed50105344edaa5e5eddaf87696e271468c/KoineGreek.ttf"; url = "https://github.com/Center-for-New-Testament-Restoration/font/raw/af83eed50105344edaa5e5eddaf87696e271468c/KoineGreek.ttf";
hash = "sha256-YtC+nj7+Jl8k00rqAAqySYc8iTAOL7PixXc+LfSmnS0="; hash = "sha256-YtC+nj7+Jl8k00rqAAqySYc8iTAOL7PixXc+LfSmnS0=";
}; };
egyptianText = simple-ttf "EgyptianText" {
url = "https://github.com/microsoft/font-tools/raw/1092cb23520967830001a0807eb21d6a44dda522/EgyptianOpenType/font/eot.ttf";
sha256 = "1n294vhcx90270pnsw1dbk6izd61fjvbnjrh4hcf98ff3s540x0c";
};
in { in {
fonts = { fonts = {
enableDefaultPackages = true; enableDefaultPackages = true;
@@ -69,6 +77,7 @@ in {
charis-sil charis-sil
doulos-sil doulos-sil
newAthenaUnicode newAthenaUnicode
coranica
corefonts corefonts
crimson crimson
eb-garamond eb-garamond
@@ -76,6 +85,7 @@ in {
jsesh jsesh
egyptianHiero egyptianHiero
egyptianText egyptianText
egyptianTextBeta
font-awesome_6 font-awesome_6
etBook etBook
newGardiner newGardiner