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