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:03] – 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 | ||
| sudo unzip -j ${Font}.zip " | sudo unzip -j ${Font}.zip " | ||
| done | done | ||
| - | # Now, rebuild the font cache. | + | # Now, rebuild the system |
| sudo fc-cache -v -f / | sudo fc-cache -v -f / | ||
| + | # And the personal one | ||
| + | fc-cache -v -f ~/ | ||
| # After, the font should be available to X things like LibreOffice | # After, the font should be available to X things like LibreOffice | ||
| </ | </ | ||
| [[https:// | [[https:// | ||
| + | |||
| + | Fonts can also be downloaded here ; {{: | ||
install_fonts_on_linux.1716300206.txt.gz · Last modified: by steve
