Fonts update: Difference between revisions

From SlackWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
mkfontdir
mkfontdir
mkfontscale
mkfontscale
#Scan directories with apparently valid caches (-f, --force,) verbose (-v, --verbose) (see also (-r, really-force: )
#Scan directories with apparently valid caches (-f, --force,) verbose (-v, --verbose) (see also (-r, really-force, -s --system-only: )
fc-cache -f -v</pre>
fc-cache -f -v</pre>

Revision as of 14:21, 20 May 2020

#!/bin/sh
#updatefonts
mkfontdir
mkfontscale
#Scan directories with apparently valid caches (-f, --force,) verbose (-v, --verbose) (see also (-r, really-force, -s --system-only: )
fc-cache -f -v