Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| linux:fonts [2017/11/21 08:35] – lamboringo | linux:fonts [2019/06/19 07:53] (current) – [Firacode] lamboringo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== fedora linux ==== | + | ===== fedora linux ===== |
| Fonts are located in ''/ | Fonts are located in ''/ | ||
| Line 7: | Line 7: | ||
| For some applications to see the new fonts: '' | For some applications to see the new fonts: '' | ||
| - | ==== microsoft fonts ==== | + | ===== microsoft fonts ===== |
| - | + | ||
| - | Get the fonts from http:// | + | |
| - | wget http:// | + | |
| + | ==== core fonts ==== | ||
| maybe install | maybe install | ||
| dnf list rpm-build cabextract ttmkfdir | dnf list rpm-build cabextract ttmkfdir | ||
| + | |||
| + | Newer (with calibri): http:// | ||
| + | |||
| + | wget https:// | ||
| + | rpm -qpl msttcore-fonts-installer-2.6-1.noarch.rpm | ||
| + | dnf install msttcore-fonts-installer-2.6-1.noarch.rpm | ||
| + | |||
| + | |||
| + | Get the fonts from http:// | ||
| + | wget http:// | ||
| build | build | ||
| Line 21: | Line 29: | ||
| dnf install / | dnf install / | ||
| + | ==== wingdings ==== | ||
| - | ==== fonts for programming ==== | + | from https:// |
| + | git clone https:// | ||
| + | cd ttf-wps-fonts/ | ||
| + | cp *.ttf *.TTF ~/ | ||
| + | |||
| + | |||
| + | |||
| + | ===== fonts for programming | ||
| Described on https:// | Described on https:// | ||
| - | === Firacode === | + | ==== Firacode ==== |
| + | |||
| + | Edit 2019-06, a repo is available (not tested so far): https:// | ||
| site: https:// | site: https:// | ||
| mkdir ~/ | mkdir ~/ | ||
| + | |||
| unzip ~/ | unzip ~/ | ||
| mv ttf/* ~/ | mv ttf/* ~/ | ||
| rmdir ttf | rmdir ttf | ||
| + | |||
| + | unzip ~/ | ||
| + | mv FiraCode-master/ | ||
| + | /bin/rm -r FiraCode-master/ | ||
| + | |||
| + | |||
| + | |||
| fc-cache -f | fc-cache -f | ||