diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-29 09:53:06 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-29 09:53:06 +0200 |
commit | 4c89dc354ea19234b05b7948a55ec435df9753f0 (patch) | |
tree | f49042222f56e59e422278f118e7c4c2cca118ca | |
parent | 245aa0e344c9e09bf23d9463c1855c407c8175be (diff) | |
download | patches-4c89dc354ea19234b05b7948a55ec435df9753f0.tar patches-4c89dc354ea19234b05b7948a55ec435df9753f0.tar.gz |
gnu: font-public-sans: Adjust synopsis and description.
* gnu/packages/fonts.scm (font-public-sans)[synopsis, description]:
Adjust.
-rw-r--r-- | gnu/packages/fonts.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 8961f855af..6405ce42bb 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013, 2014, 2015, 2016, 2018 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2013, 2014, 2015, 2016, 2018, 2019 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2014, 2017 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2014 Joshua Grant <tadni@riseup.net> ;;; Copyright © 2014 Alex Kost <alezost@gmail.com> @@ -1419,9 +1419,8 @@ formatting.") #t)))) (build-system font-build-system) (home-page "https://public-sans.digital.gov/") - (synopsis - "Strong, neutral typeface for interfaces, text, and headings") + (synopsis "Neutral typeface for interfaces, text, and headings") (description - "Public Sans is a strong, neutral, principles-driven, open-source -typeface for text or display based on Libre Franklin.") + "Public Sans is a strong, neutral, sans-serif typeface for text or +display based on Libre Franklin.") (license license:silofl1.1))) |