diff options
| author | Kurome <hunt31999@gmail.com> | 2025-06-07 10:11:32 +0900 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-06-08 01:04:29 +0800 |
| commit | 42c87bf59c9f01c1a14d26570c3ad0f8f06c4b8c (patch) | |
| tree | 9c876186275a7dcb0341fdc4ec26fff3bdfe8975 | |
| parent | f390a43d29330e6d9dddee68f005d36c055159a9 (diff) | |
gnu: Add font-vazirmatn.
* gnu/packages/fonts.scm (font-vazirmatn): New variable.
Change-Id: I115890e9c04ffd64d52b0c22c67116593e739369
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
| -rw-r--r-- | gnu/packages/fonts.scm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 46eb06bac2..38e08c96c3 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -3282,6 +3282,27 @@ always uses Farsi digits, and does not include Latin glyphs from Roboto. "file://LICENSE" "Bitstream Vera License") license:asl2.0)))) ; Latin glyphs from Roboto +(define-public font-vazirmatn + (package + (name "font-vazirmatn") + (version "33.003") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/rastikerdar/vazirmatn") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0s2w6905iaqqaqrvm1vrsyqbhxxrw7pg2qzqpwp3vks5niz2sm8b")))) + (build-system font-build-system) + (home-page "https://rastikerdar.github.io/vazirmatn/") + (synopsis "Persian/Arabic font") + (description + "Vazirmatn is a Persian/Arabic font project with the idea of a new simple +and legible typeface suitable for web pages and applications.") + (license license:silofl1.1))) + (define-public font-victor-mono (package (name "font-victor-mono") |
