From 2a86e8a6d7b9987875a68cba820719b92af5e040 Mon Sep 17 00:00:00 2001 From: Daniel Coull <ttechitsolutions@gmail.com> Date: Tue, 20 Feb 2018 21:11:41 +0000 Subject: [PATCH] Update fa-regular.scss Names should be different for font families between fa regular, and fa solid otherwise you can only use one or the other. --- web-fonts-with-css/scss/fa-regular.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-fonts-with-css/scss/fa-regular.scss b/web-fonts-with-css/scss/fa-regular.scss index f8ba9c855..676190299 100644 --- a/web-fonts-with-css/scss/fa-regular.scss +++ b/web-fonts-with-css/scss/fa-regular.scss @@ -5,7 +5,7 @@ @import 'variables'; @font-face { - font-family: 'Font Awesome 5 Free'; + font-family: 'Font Awesome 5 Regular'; font-style: normal; font-weight: 400; src: url('#{$fa-font-path}/fa-regular-400.eot'); @@ -17,6 +17,6 @@ } .far { - font-family: 'Font Awesome 5 Free'; + font-family: 'Font Awesome 5 Regular'; font-weight: 400; }