Skip to content

Instantly share code, notes, and snippets.

@omartrigui
Created March 15, 2018 12:31
Show Gist options
  • Save omartrigui/c984f2ae188497434e630b3210afa272 to your computer and use it in GitHub Desktop.
Save omartrigui/c984f2ae188497434e630b3210afa272 to your computer and use it in GitHub Desktop.
Install system-wide fonts to Debian based OS
#!/bin/bash
sudo mv ~/path/to/fonts /usr/share/fonts/
sudo fc-cache -f -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment