install_fonts_on_linux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| install_fonts_on_linux [2024/05/21 14:11] – steve | install_fonts_on_linux [2024/05/24 17:53] (current) – steve | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| cd /tmp | cd /tmp | ||
| # Download each font in turn, and extract it | # Download each font in turn, and extract it | ||
| - | for Font in ananymous_pro | + | for Font in anonymous_pro |
| # The version I have is current as of 2024-05-20 | # The version I have is current as of 2024-05-20 | ||
| - | wget https:// | + | wget -O ${Font}.zip "https://wiki.cyli.org/lib/ |
| + | # In the unzip below; | ||
| # -j removes the folder structure within the .zip, -d extracts | # -j removes the folder structure within the .zip, -d extracts | ||
| # to and creates a folder if needed, *.ttf extracts only matches | # to and creates a folder if needed, *.ttf extracts only matches | ||
| Line 15: | Line 16: | ||
| sudo fc-cache -v -f / | sudo fc-cache -v -f / | ||
| # And the personal one | # And the personal one | ||
| - | fc-cache -v -f /usr/share/fonts | + | fc-cache -v -f ~/.cache/fontconfig |
| # After, the font should be available to X things like LibreOffice | # After, the font should be available to X things like LibreOffice | ||
| </ | </ | ||
install_fonts_on_linux.1716300666.txt.gz · Last modified: by steve
