Updating _variables.scss

Removing the font
This commit is contained in:
2020-05-29 04:36:33 +01:00
parent 9df9fb34e2
commit 3503ec15d8

View File

@@ -80,11 +80,6 @@ $body-bg: #f9f9f9;
border-bottom: 1px solid rgb(210, 210, 214); 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 { .rotate-a-20 {
transform: rotate(-20deg); transform: rotate(-20deg);
-webkit-transform: rotate(-20deg); -webkit-transform: rotate(-20deg);