From 1dc337fb760fe31c27d574f0f0e84a6bfc5d8d27 Mon Sep 17 00:00:00 2001 From: Vincent Date: Tue, 7 Apr 2020 12:02:11 +1000 Subject: [PATCH] Fonts import ordering --- stylesheets/_session.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index af8c25f07..0cd672a38 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -1,3 +1,7 @@ +// Fonts changed to 'Public Sans' and Space Mono' as per req. Chad. +$session-font-default: 'Public Sans'; +$session-font-mono: 'SpaceMono'; + @font-face { font-family: $session-font-mono; src: url('../fonts/SpaceMono-Regular.ttf') format('truetype'); @@ -65,13 +69,6 @@ } // Session Colors - -// Fonts changed to 'Public Sans' and Space Mono' as per req. Chad. -$session-font-default: 'Public Sans'; -$session-font-mono: 'SpaceMono'; -// $session-font-default: 'Public Sans'; -// $session-font-default: 'Karla'; - $session-color-green: #00f782; $session-color-green-alt-1: #00f480; $session-color-green-alt-2: #00fd73;