mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-24 11:11:12 +02:00
doc: Recommend rebuilding the font cache.
* doc/guix.texi (X11 Fonts): Recommend rebuilding the font cache with fc-cache when fonts are not found.
This commit is contained in:
@@ -1448,6 +1448,14 @@ xset +fp ~/.guix-profile/share/fonts/truetype
|
||||
After that, you can run @code{xlsfonts} (from @code{xlsfonts} package)
|
||||
to make sure your TrueType fonts are listed there.
|
||||
|
||||
@cindex @code{fc-cache}
|
||||
@cindex font cache
|
||||
After installing fonts you may have to refresh the font cache to use
|
||||
them in applications. The same applies when applications installed via
|
||||
Guix do not seem to find fonts. To force rebuilding of the font cache
|
||||
run @code{fc-cache -f}. The @code{fc-cache} command is provided by the
|
||||
@code{fontconfig} package.
|
||||
|
||||
@subsection X.509 Certificates
|
||||
|
||||
@cindex @code{nss-certs}
|
||||
|
||||
Reference in New Issue
Block a user