Merge 2a86e8a6d7b9987875a68cba820719b92af5e040 into 31281606f5205b0191c17c3b4d2d56e1ddbb2dc6

This commit is contained in:
Daniel Coull 2018-03-01 23:11:29 +00:00 committed by GitHub
commit f02b39db27
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;
}