From ee5d96a3276c4a28325002ff650afd5634a21fbc Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Fri, 13 Jan 2017 16:50:11 -0500 Subject: [PATCH] using Quicksand font throughout --- static/style/common.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/style/common.scss b/static/style/common.scss index feed6fe..8ff849e 100644 --- a/static/style/common.scss +++ b/static/style/common.scss @@ -1,2 +1,4 @@ $blue : rgb(30, 183, 235); -$orange : rgb(249, 187, 45); \ No newline at end of file +$orange : rgb(249, 187, 45); + +$font-family: 'Quicksand', sans-serif; \ No newline at end of file