From fb63ed92a83a08ed203210a8553d9f6a42d56dca Mon Sep 17 00:00:00 2001 From: yanas Date: Wed, 7 Sep 2016 22:07:13 -0500 Subject: [PATCH] Resets the main font after remove --- css/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/_variables.scss b/css/_variables.scss index 0a53602d0..e93e97dce 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -2,4 +2,4 @@ * Style variables */ -$baseFontFamily: 'Helvetica Neue', Helvetica, Arial, sans-serif; \ No newline at end of file +$baseFontFamily: 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;