Skip to content

Instantly share code, notes, and snippets.

View varundevpro's full-sized avatar
🔬
Experimenting

Varun varundevpro

🔬
Experimenting
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

@varundevpro
varundevpro / .gitignore
Created May 23, 2020 03:58 — forked from duhaime/.gitignore
Minimal Multiple File Uploads with Vue + Node or Flask Server
*.pem
*.swp
*.DS_Store
__pycache__/
node_modules/
uploaded_files/