Fonts update: Difference between revisions

From SlackWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre>#!/bin/sh
[[Category:Tips]]
#updatefonts
<pre>
#!/bin/sh
# Update fonts.
mkfontdir
mkfontdir
mkfontscale
mkfontscale
fc-cache -f -v</pre>
# Scan directories with apparently valid caches (-f, --force,) verbose (-v, --verbose) (see also man fc-cache):
fc-cache -f -v
</pre>

Latest revision as of 04:57, 27 July 2022

#!/bin/sh
# Update fonts.
mkfontdir
mkfontscale
# Scan directories with apparently valid caches (-f, --force,) verbose (-v, --verbose) (see also man fc-cache):
fc-cache -f -v