Fonts Schriften Linux Installation installieren
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Get script › wget https://gist.githubusercontent.com/Phlow/94ebb77a6b6cc6dccd3451436be43096/raw/2fee13d632dec696483d42f84c734e37fe17577a/schrifteninstallieren.sh | |
# Google Fonts | |
cd && wget https://raw.githubusercontent.com/hotice/webupd8/master/install-google-fonts | |
chmod +x install-google-fonts | |
./install-google-fonts | |
# Linux Libertine und EB Garamond | |
sudo apt-get install ttf-linux-libertine | |
sudo apt-get install fonts-ebgaramond fonts-ebgaramond-extra | |
sudo apt-get install ttf-mscorefonts-installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment