~ruther/guix-local

6be56bcbf8a383a934b6f791c3b01839bb2a99de — ColdSideOfYourPillow 5 months ago 9dcc67c
gnu: fonts: Add font-inter.

* gnu/packages/fonts.scm (font-inter): New variable.

Change-Id: I74f9fd5fa4840e427da3f0fc4232832ed4d42941
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 25 insertions(+), 0 deletions(-)

M gnu/packages/fonts.scm
M gnu/packages/fonts.scm => gnu/packages/fonts.scm +25 -0
@@ 323,6 323,31 @@ mediums.")
      (home-page "https://github.com/IBM/plex")
      (license license:silofl1.1))))

(define-public font-inter
  (package
    (name "font-inter")
    (version "4.1")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
              (url "https://github.com/rsms/inter")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1g54vl3jkpan0s1mzrb1s8zjqzy9787ffjg9sfy6yjy4k3qg8xhx"))))
    (build-system font-build-system)
    (home-page "https://rsms.me/inter")
    (synopsis "Variable font family optimized for screen readability")
    (description
     "Inter is a typeface carefully crafted & designed for computer screens.
Inter features a tall x-height to aid in readability of mixed-case and
lower-case text.  Inter is a variable font with several OpenType features,
like contextual alternates that adjusts punctuation depending on the shape of
surrounding glyphs, slashed zero for when you need to disambiguate \"0\" from
\"o\", tabular numbers, etc.")
    (license license:silofl1.1)))

(define-public font-lilex
  (package
    (name "font-lilex")