diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-04-22 15:07:01 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-04-22 17:59:44 -0400 |
commit | 5483a2d0a913fe533744699e9ef5757c6e3f6983 (patch) | |
tree | 19e012b519e4cc629d096bff23a2a0f08132216d /doc | |
parent | 9fb2b7eeabba2eb2215f03dd0df408203124e527 (diff) | |
download | guix-5483a2d0a913fe533744699e9ef5757c6e3f6983.tar guix-5483a2d0a913fe533744699e9ef5757c6e3f6983.tar.gz |
gnu: font-gnu-freefont: Add otf and woff font types.
* gnu/packages/fonts.scm (font-gnu-freefont): Add otf and woff font types.
* gnu/packages/genealogy.scm (gramps)[inputs]: Replace font-gnu-freefont-tff
with font-gnu-freefont.
* doc/guix.texi: Adjust a reference to the package.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4787f38181..19094c4b70 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1691,7 +1691,7 @@ package in Guix looks for fonts in @file{$HOME/.guix-profile} by default. Thus, to allow graphical applications installed with Guix to display fonts, you have to install fonts with Guix as well. Essential font packages include @code{gs-fonts}, @code{font-dejavu}, and -@code{font-gnu-freefont-ttf}. +@code{font-gnu-freefont}. @cindex @code{fc-cache} @cindex font cache |