From 3503ec15d8aad78456660a91bd1d04c55f86eb55 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Fri, 29 May 2020 04:36:33 +0100 Subject: [PATCH] Updating _variables.scss Removing the font --- src/scss/_variables.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index f6f6123..fbf730e 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -80,11 +80,6 @@ $body-bg: #f9f9f9; border-bottom: 1px solid rgb(210, 210, 214); } -// body { -// font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important; -// font-family: 'Jost', sans-serif; -// } - .rotate-a-20 { transform: rotate(-20deg); -webkit-transform: rotate(-20deg);