Skip to content

Instantly share code, notes, and snippets.

@Phlow
Last active March 10, 2017 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phlow/94ebb77a6b6cc6dccd3451436be43096 to your computer and use it in GitHub Desktop.
Save Phlow/94ebb77a6b6cc6dccd3451436be43096 to your computer and use it in GitHub Desktop.
Fonts Schriften Linux Installation installieren
#!/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