guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#71524: [PATCH] gnu: Add font-paytone-one.


From: Z572
Subject: bug#71524: [PATCH] gnu: Add font-paytone-one.
Date: Sun, 07 Jul 2024 15:58:17 +0800

sirgazil--- via Guix-patches via <guix-patches@gnu.org> writes:

> From: Luis Felipe <sirgazil@zoho.com>
>
> * gnu/packages/fonts.scm (font-paytone-one): New variable.
>
> Change-Id: I0c1faf60855fbd10f2b4dd54026cfbabfa281441
> ---
>  gnu/packages/fonts.scm | 28 ++++++++++++++++++++++++++++
>  1 file changed, 28 insertions(+)
>
> diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
> index cab12d6527..58a1e11cdd 100644
> --- a/gnu/packages/fonts.scm
> +++ b/gnu/packages/fonts.scm
> @@ -3841,3 +3841,31 @@ (define-public font-oswald
>  used freely across the internet by web browsers on desktop computers,
>  laptops and mobile devices.")
>        (license license:silofl1.1))))
> +
> +(define-public font-paytone-one
> +  (let ((version "0")
> +        (commit "b1438bc11966d48a1e9e8943b7b8a32dcb0c533c")
> +        (revision "0"))
> +    (package
> +      (name "font-paytone-one")
> +      (version (git-version version revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url "https://github.com/googlefonts/paytoneFont";)
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32
> +           "1gbmrjx8yj8xjh6fs0pzh8j0kxvwvhhjlp16gmv5c7i6b8s7r4r2"))))
> +      (build-system font-build-system)
> +      (home-page "https://github.com/googlefonts/paytoneFont";)
> +      (synopsis "Sans serif typeface")
> +      (description "Paytone One is a sans serif typeface developed for
> +use as a display and headlining webfont.
> +
> +The face has a slight casual appearance with ample round bowls.  The
> +slanted stroke terminals add some visual play to the overall appearance
> +of the font.")
> +      (license license:silofl1.1))))
>
> base-commit: bb73faea028cc9a15af62cb8ade15d58da51bea2

push in 
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=7692608e0563b0c4bca97f247f37a237a4d2a9be

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]