Skip to content

Instantly share code, notes, and snippets.

View SweiLz's full-sized avatar
🏠
Working from home

Liews Wuttipat SweiLz

🏠
Working from home
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