Skip to content

Commit

Permalink
feat(fonts): add koine greek
Browse files Browse the repository at this point in the history
  • Loading branch information
kmein committed Apr 2, 2024
1 parent 0b0a5c3 commit e0826c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/fonts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
url = "http://c.krebsco.de/EgyptianText-v1.0-beta.ttf";
sha256 = "0cfjbk7xxnxhlp6v922psm5j1xzrv6wfk226ji2wz2yfrnkbcbsv";
};
koineGreek = simple-ttf "KoineGreek.ttf" {
url = "https://github.com/Center-for-New-Testament-Restoration/font/raw/af83eed50105344edaa5e5eddaf87696e271468c/KoineGreek.ttf";
hash = "sha256-YtC+nj7+Jl8k00rqAAqySYc8iTAOL7PixXc+LfSmnS0=";
};
in {
fonts = {
enableDefaultPackages = true;
Expand All @@ -76,6 +80,7 @@ in {
etBook
newGardiner
junicode2
koineGreek
ezra-sil
fira
font-awesome
Expand Down

0 comments on commit e0826c2

Please sign in to comment.