diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-04 15:00:35 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-12 22:42:11 +0100 |
| commit | f678db0e5f061410b86989c2feec8645caa00b85 (patch) | |
| tree | 1646c7606b59bd91aeaa4c36a7745aa055bdc7a6 /gnu | |
| parent | e59fd9fa186855cc69b4d1229e80a8506f08857c (diff) | |
gnu: Add font-great-vibes.
* gnu/packages/fonts.scm (font-great-vibes): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/fonts.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index cd8636a9256..1a0315f3c00 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm | |||
| @@ -767,6 +767,25 @@ font is provided in the OpenType font (OTF) format.") | |||
| 767 | (properties '((upstream-name . "freefont") | 767 | (properties '((upstream-name . "freefont") |
| 768 | (ftp-directory . "/gnu/freefont"))))) | 768 | (ftp-directory . "/gnu/freefont"))))) |
| 769 | 769 | ||
| 770 | (define-public font-great-vibes | ||
| 771 | (package | ||
| 772 | (name "font-great-vibes") | ||
| 773 | (version "1.103") | ||
| 774 | (source (origin | ||
| 775 | (method git-fetch) | ||
| 776 | (uri (git-reference | ||
| 777 | (url "https://github.com/googlefonts/great-vibes/") | ||
| 778 | (commit (string-append "v" version)))) | ||
| 779 | (file-name (git-file-name name version)) | ||
| 780 | (sha256 | ||
| 781 | (base32 "1bxjr41spgf0l1w2fhs6743gvp0id2hv0vsivqcflb8f631rkkq1")))) | ||
| 782 | (build-system font-build-system) | ||
| 783 | (home-page "https://fonts.google.com/specimen/Great+Vibes") | ||
| 784 | (synopsis "Flowing script font") | ||
| 785 | (description "Great Vibes is a flowing script font with casual uppercase | ||
| 786 | letters and more formal lowercase letters.") | ||
| 787 | (license license:silofl1.1))) | ||
| 788 | |||
| 770 | (define-public font-liberation | 789 | (define-public font-liberation |
| 771 | (package | 790 | (package |
| 772 | (name "font-liberation") | 791 | (name "font-liberation") |
