Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix font link #371

Merged
merged 3 commits into from Mar 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion sass/_theme_badge_fa.sass
@@ -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
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