Merge 40329e12ce6c0ca1377b9783de59d5ea988428f2 into bdfa9823c8b1e25a5c822f6c719ec0e38ead7f71

This commit is contained in:
Taylor Stackpole 2017-12-07 18:30:45 +00:00 committed by GitHub
commit 17304860c7

View File

@ -13,3 +13,10 @@
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: 'FontAwesome';
src: url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype');
}
}