diff --git a/web-fonts-with-css/scss/fa-regular.scss b/web-fonts-with-css/scss/fa-regular.scss index 61261abe6..c9e4d236f 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; }