Fonts update: Difference between revisions
Jump to navigation
Jump to search
(script to update fonts) |
No edit summary |
||
Line 1: | Line 1: | ||
#!/bin/sh | <pre>#!/bin/sh | ||
#updatefonts | #updatefonts | ||
mkfontdir | mkfontdir | ||
mkfontscale | mkfontscale | ||
fc-cache -f -v | fc-cache -f -v</pre> |
Revision as of 14:18, 20 May 2020
#!/bin/sh #updatefonts mkfontdir mkfontscale fc-cache -f -v