Ubuntu and other GNU/Linux

pull/113/head
Max Hille 2019-08-08 10:18:44 +02:00 committed by Maximilian Hille
parent b9c399df2f
commit 6bfd405f77
No known key found for this signature in database
GPG Key ID: C6E5D998BED8132E
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@ Automatic installation on macOS with [homebrew](https://brew.sh):
brew tap homebrew/cask-fonts #You only need to do this once for cask-fonts
brew cask install font-fantasque-sans-mono
Automatic installation for Ubuntu and probably most other desktop GNU/Linuxes. This will install the `Normal` variant. Adapt the code if you want to use other variants.
mkdir -p ~/.local/share/fonts/opentype/fantasque && curl -L https://github.com/belluzj/fantasque-sans/releases/latest/download/FantasqueSansMono-Normal.tar.gz | tar xvz -C ~/.local/share/fonts/opentype/fantasque/ --wildcards "*.otf" --strip-components=1 && sudo fc-cache -fv
Instructions for other platforms might follow.
Building installable font files