From 8a4ca945840729f14dac9b657455ef5b8530c031 Mon Sep 17 00:00:00 2001 From: ArtOfCode Date: Sun, 21 Jan 2018 21:51:20 +0000 Subject: [PATCH] Fonts --- _assets/css/branding.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_assets/css/branding.scss b/_assets/css/branding.scss index 6f99e1f0..ab3804c9 100644 --- a/_assets/css/branding.scss +++ b/_assets/css/branding.scss @@ -13,7 +13,7 @@ * by Charcoal **/ .home { - font-family: Source Sans Pro; + font-family: 'Fira Sans', sans-serif; color: $red-text !important; text-decoration: none !important; display: flex;