Scss basics

This commit is contained in:
Unknown
2017-10-15 18:43:44 +01:00
parent 543bb91568
commit 6c835bee44
10 changed files with 175 additions and 0 deletions

View File

@ -0,0 +1,6 @@
//
// Quicksand Font :)
//
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
body { font-family: 'Quicksand', sans-serif; }