Fonts update: Difference between revisions

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