Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:fonts [2017/03/30 12:28] – created lamboringo | linux:fonts [2019/06/19 07:53] (current) – [Firacode] lamboringo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==== microsoft fonts ==== | + | ===== fedora linux ===== |
| - | Get the fonts from http://corefonts.sourceforge.net | + | Fonts are located in '' |
| - | wget http://corefonts.sourceforge.net/msttcorefonts-2.5-1.spec | + | |
| + | They can also be placed in '' | ||
| + | |||
| + | For some applications to see the new fonts: '' | ||
| + | |||
| + | ===== microsoft fonts ===== | ||
| + | |||
| + | ==== core fonts ==== | ||
| maybe install | maybe install | ||
| - | dnf list install | + | 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 12: | Line 28: | ||
| check where they' | check where they' | ||
| dnf install / | dnf install / | ||
| + | |||
| + | ==== wingdings ==== | ||
| + | |||
| + | from https:// | ||
| + | git clone https:// | ||
| + | cd ttf-wps-fonts/ | ||
| + | cp *.ttf *.TTF ~/ | ||
| + | | ||
| + | |||
| + | |||
| + | ===== fonts for programming ===== | ||
| + | |||
| + | Described on https:// | ||
| + | |||
| + | ==== Firacode ==== | ||
| + | |||
| + | Edit 2019-06, a repo is available (not tested so far): https:// | ||
| + | |||
| + | site: https:// | ||
| + | |||
| + | mkdir ~/ | ||
| + | |||
| + | unzip ~/ | ||
| + | mv ttf/* ~/ | ||
| + | rmdir ttf | ||
| + | |||
| + | unzip ~/ | ||
| + | mv FiraCode-master/ | ||
| + | /bin/rm -r FiraCode-master/ | ||
| + | |||
| + | |||
| + | |||
| + | fc-cache -f | ||
| + | |||
| + | === source code pro/source code variable === | ||
| + | site: https:// | ||
| + | |||
| + | Download the .otf in the '' | ||