Skip to content

Instantly share code, notes, and snippets.

View arpitgupta630's full-sized avatar
🎯
Focus to Study

Arpit Gupta arpitgupta630

🎯
Focus to Study
View GitHub Profile

Install Google Fonts

Download desired fonts

https://fonts.google.com/?selection.family=Open+Sans

Install Google Fonts on Ubuntu

cd /usr/share/fonts
sudo mkdir googlefonts
cd googlefonts
sudo unzip -d . ~/Downloads/Open_Sans.zip