Created
March 15, 2018 12:31
-
-
Save omartrigui/c984f2ae188497434e630b3210afa272 to your computer and use it in GitHub Desktop.
Install system-wide fonts to Debian based OS
This file contains hidden or 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 | |
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