diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-04 15:00:46 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-12 22:42:11 +0100 |
| commit | 5342a49f7cef7c0ae078e972cb17534cfbf21086 (patch) | |
| tree | bff4156b46d865a9a6ca30e509b8b5ab033985ce /gnu | |
| parent | f678db0e5f061410b86989c2feec8645caa00b85 (diff) | |
gnu: Add font-playwrite.
* gnu/packages/fonts.scm (font-playwrite): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fonts.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 1a0315f3c00..e9c50febc47 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm | |||
| @@ -926,6 +926,26 @@ The unified Libertinus family consists of: | |||
| 926 | expansion of Franklin Gothic, a classic font. It covers 105 Latin Languages.") | 926 | expansion of Franklin Gothic, a classic font. It covers 105 Latin Languages.") |
| 927 | (license license:silofl1.1)))) | 927 | (license license:silofl1.1)))) |
| 928 | 928 | ||
| 929 | (define-public font-playwrite | ||
| 930 | (package | ||
| 931 | (name "font-playwrite") | ||
| 932 | (version "1.003") | ||
| 933 | (source (origin | ||
| 934 | (method git-fetch) | ||
| 935 | (uri (git-reference | ||
| 936 | (url "https://github.com/TypeTogether/Playwrite/") | ||
| 937 | (commit (string-append "v" version)))) | ||
| 938 | (file-name (git-file-name name version)) | ||
| 939 | (sha256 | ||
| 940 | (base32 "1vjll0jdmy5liw68k1p0pry5hzjjxna9a2sccifvwckwxngg84zc")))) | ||
| 941 | (build-system font-build-system) | ||
| 942 | (home-page "https://github.com/TypeTogether/Playwrite/") | ||
| 943 | (synopsis "Family of primary school cursive fonts") | ||
| 944 | (description "Playwrite is a typeface engine for the creation of primary | ||
| 945 | school cursive fonts. It sports several variations of lowercase and uppercase | ||
| 946 | letters to account for regional differences.") | ||
| 947 | (license license:silofl1.1))) | ||
| 948 | |||
| 929 | (define-public font-terminus | 949 | (define-public font-terminus |
| 930 | (package | 950 | (package |
| 931 | (name "font-terminus") | 951 | (name "font-terminus") |
