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 | |
| parent | e59fd9fa186855cc69b4d1229e80a8506f08857c (diff) | |
gnu: Add font-great-vibes.
* gnu/packages/fonts.scm (font-great-vibes): New variable.
| -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.") (properties '((upstream-name . "freefont") (ftp-directory . "/gnu/freefont"))))) +(define-public font-great-vibes + (package + (name "font-great-vibes") + (version "1.103") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/googlefonts/great-vibes/") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1bxjr41spgf0l1w2fhs6743gvp0id2hv0vsivqcflb8f631rkkq1")))) + (build-system font-build-system) + (home-page "https://fonts.google.com/specimen/Great+Vibes") + (synopsis "Flowing script font") + (description "Great Vibes is a flowing script font with casual uppercase +letters and more formal lowercase letters.") + (license license:silofl1.1))) + (define-public font-liberation (package (name "font-liberation") |
