Skip to content

Instantly share code, notes, and snippets.

@benishor
Created October 7, 2016 06:47
Show Gist options
  • Save benishor/63caf76d7ef021e3d2c5b6c600c9b738 to your computer and use it in GitHub Desktop.
Save benishor/63caf76d7ef021e3d2c5b6c600c9b738 to your computer and use it in GitHub Desktop.
Installs google noto fonts for all users
# acquire fonts
cd ~/Downloads
wget https://noto-website.storage.googleapis.com/pkgs/Noto-hinted.zip
unzip Noto-hinted.zip
cd Noto-hinted
# install for all users
sudo mkdir /usr/share/fonts/opentype/noto
sudo cp *.otf *.otc /usr/share/fonts/opentype/noto/
sudo fc-cache -f -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment