From c24ae984022774136f5be370a901c51ca1ea7f76 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Mon, 6 May 2019 01:19:06 +0200 Subject: [PATCH] Global font apply --- _sass/_base.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/_base.scss b/_sass/_base.scss index 38e6a46..e605808 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -11,6 +11,10 @@ scroll-behavior: smooth; } + * { + font-family: 'Overpass' !important; + } + /* Basic Styling * ============================================== */ body {