Fix broken font link (#371)

This fixes a bad file name giving a broken link to a font file.
This commit is contained in:
Aaron 2017-03-06 19:41:52 -05:00 committed by GitHub
parent 693deeef4c
commit 42cabf15ae
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// Slimmer version of FA for use on the badge_only.sass file.
+font-face(FontAwesome, '#{$font-awesome-dir}fontawesome_webfont')
+font-face(FontAwesome, '#{$font-awesome-dir}fontawesome-webfont')
.fa:before
display: inline-block

View File

@ -2,7 +2,7 @@
// that are set in wyrm_core/wy_variables.sass. You'll find wyrm in bower_components if you're looking
// for a reference.
$font-awesome-dir: "../font/"
$font-awesome-dir: "../fonts/"
$static-img: "../img/"
$mathjax-color: $text-color