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.
This commit is contained in:
Daniel Coull 2018-02-20 21:11:41 +00:00 committed by GitHub
parent 58afb4246e
commit 2a86e8a6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}