Fonts update: Difference between revisions
Jump to navigation
Jump to search
m (Dchmelik moved page Fonts to Fonts update: better title) |
No edit summary |
||
Line 2: | Line 2: | ||
<pre> | <pre> | ||
#!/bin/sh | #!/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 | fc-cache -f -v | ||
</pre> | </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