From 77f1b524b0764b5ae04c580036bd9d7af9532cd0 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Mon, 6 May 2019 01:54:58 +0200 Subject: [PATCH] FontAwesome fix --- _sass/_base.scss | 9 ++++----- _sass/_layout.scss | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index 7447265..ad1472f 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -11,11 +11,6 @@ scroll-behavior: smooth; } - * { - font-family: 'Overpass' !important; - box-sizing: border-box; - } - /* Basic Styling * ============================================== */ body { @@ -202,6 +197,10 @@ input { font-family: "Overpass"; } +button { + font-family: 'Overpass' !important; +} + form textarea { width: 100%; max-width: 100%; diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 953f648..fc1f429 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -390,4 +390,4 @@ @include media-query($on-phone) { flex-basis: auto; } -} +} \ No newline at end of file