Difference between revisions of "Fonts update"
Jump to navigation
Jump to search
m (Dchmelik moved page Fonts to Fonts update: better title) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<pre>#!/bin/sh | [[Category:Tips]] | ||
<pre> | |||
#!/bin/sh | |||
#updatefonts | #updatefonts | ||
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 15:04, 20 May 2020
#!/bin/sh #updatefonts mkfontdir mkfontscale #Scan directories with apparently valid caches (-f, --force,) verbose (-v, --verbose) (see also man fc-cache: ) fc-cache -f -v