diff options
author | Philip McGrath <philip@philipmcgrath.com> | 2022-01-08 18:47:18 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-01-13 23:11:20 +0100 |
commit | 197579417d50acec55afedec81b3b854bfbbb680 (patch) | |
tree | 196e11c01dd5c143bfe2a80ac0ea43ca3a80759d /gnu/packages/fonts.scm | |
parent | 6b09e2c750335fe53de85649b8043db33c6b27e2 (diff) | |
download | guix-197579417d50acec55afedec81b3b854bfbbb680.tar.gz |
gnu: font-fira-go: Note lack of corresponding source.
* gnu/packages/fonts.scm (font-fira-go)[description]: Note lack of corresponding source. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/fonts.scm')
-rw-r--r-- | gnu/packages/fonts.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 41caa4d5ee..b37408f653 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -1136,7 +1136,13 @@ It includes regular, medium, and bold weights.") (synopsis "Multilingual extension of the Fira Sans font family") (description "FiraGO is a multilingual extension of the Fira Sans font family. Based on the Fira Sans 4.3 glyph set, FiraGO adds support for the -Arabic, Devanagari, Georgian, Hebrew and Thai scripts.") +Arabic, Devanagari, Georgian, Hebrew and Thai scripts. + +Note that FiraGO does not include corresponding source.") + ;; See: + ;; - https://github.com/bBoxType/FiraGO/issues/42 + ;; - https://github.com/bBoxType/FiraSans/issues/4#issuecomment-699882058 + ;; For further discussion, see comments on font-fira-sans. (license license:silofl1.1))) (define-public font-fira-code |