Put in earplugs

This commit is contained in:
nik gaffney 2024-01-13 16:08:24 +01:00
parent c96eb684ff
commit 3f952e148d
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -66,20 +66,19 @@
(define-public font-monaspace (define-public font-monaspace
(package (package
(name "font-monaspace") (name "font-monaspace")
(version "1.000") (version "1.000")
(source (source (origin
(origin (method url-fetch)
(method url-fetch) (uri "https://github.com/githubnext/monaspace/archive/refs/tags/v1.000.tar.gz")
(uri "https://github.com/githubnext/monaspace/archive/refs/tags/v1.000.tar.gz")) (sha256
(sha256 (base32
(base32 "0lg5qwml3fv58xk92sgamxg3rni7am2m6xzzj8pcq758idiphs8d"))))
"0lg5qwml3fv58xk92sgamxg3rni7am2m6xzzj8pcq758idiphs8d"))) (build-system font-build-system)
(build-system font-build-system) (home-page "https://monaspace.githubnext.com")
(home-page "https://monaspace.githubnext.com") (synopsis "An innovative superfamily of fonts for code.")
(synopsis "An innovative superfamily of fonts for code.") (description "The Monaspace type system is a monospaced type superfamily with some modern tricks up its sleeve. It consists of five variable axis typefaces. Each one has a distinct voice, but they are all metrics-compatible with one another, allowing you to mix and match them for a more expressive typographical palette.")
(description "The Monaspace type system is a monospaced type superfamily with some modern tricks up its sleeve. It consists of five variable axis typefaces. Each one has a distinct voice, but they are all metrics-compatible with one another, allowing you to mix and match them for a more expressive typographical palette.") (license license:silofl1.1)))
(license license:silofl1.1)))
;; https://github.com/uswds/public-sans ;; https://github.com/uswds/public-sans
@ -87,22 +86,23 @@
;; testing and/or example ;; testing and/or example
(define-public font-artifika
(package ;; (define-public font-artifika
(name "font-artifika") ;; (package
(version "1.102") ;; (name "font-artifika")
(source (origin ;; (version "1.102")
(method git-fetch) ;; (source (origin
(uri (git-reference ;; (method git-fetch)
(url "https://github.com/cyrealtype/Artifika") ;; (uri (git-reference
(commit (string-append "v" version)))) ;; (url "https://github.com/cyrealtype/Artifika")
(file-name (git-file-name name version)) ;; (commit (string-append "v" version))))
(sha256 ;; (file-name (git-file-name name version))
(base32 ;; (sha256
"0nwjm44nys1qz3wyg0mm15gdjpz641xpmsz00n6m8065xrw86q7i")))) ;; (base32
(build-system font-build-system) ;; "0nwjm44nys1qz3wyg0mm15gdjpz641xpmsz00n6m8065xrw86q7i"))))
(home-page "https://github.com/cyrealtype/Artifika") ;; (build-system font-build-system)
(synopsis "Upright italic font") ;; (home-page "https://github.com/cyrealtype/Artifika")
(description "Artifika is an upright italic font for fashionable display ;; (synopsis "Upright italic font")
titling.") ;; (description "Artifika is an upright italic font for fashionable display
(license license:silofl1.1))) ;; titling.")
;; (license license:silofl1.1)))