mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-25 13:01:29 +08:00
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:
parent
58afb4246e
commit
2a86e8a6d7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user