Fonts update: Difference between revisions

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