Skip to content

Commit

Permalink
Fix broken font link (#371)
Browse files Browse the repository at this point in the history
This fixes a bad file name giving a broken link to a font file.
  • Loading branch information
Blendify committed Mar 7, 2017
1 parent 693deee commit 42cabf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sass/_theme_badge_fa.sass
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sass/_theme_variables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 42cabf1

Please sign in to comment.