-
Notifications
You must be signed in to change notification settings - Fork 16
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
Glyphicon NOT showing #30
Comments
Could you paste the HTML you're using to display the glyphicon? |
Thats the one: |
Could you post the contents of |
I have the same issue. Chrome console throw this errors:
I have set |
What version of Chrome are you using? I've come across some reported issues with fonts in certain versions of Chrome. |
Chromium 46.0.2490.80 (Build) (a 64 bit) thanks! |
Please try cloning and running this meteor project. |
+1 The font path is not set correctly in this package. Bootstrap defaults to '../fonts' here: which results in a link to:
To make it work, the package should include an override for $icon-font-path, like this: $icon-font-path: "/packages/reywood_bootstrap3-sass/assets/fonts/bootstrap/"; As a temporary workaround, this line can also be used before importing the SCSS from the package: $icon-font-path: "/packages/reywood_bootstrap3-sass/assets/fonts/bootstrap/";
@import "{reywood:bootstrap3-sass}/bootstrap"; |
@derwaldgeist The |
Strange. At least for me, it did not include this path. It only worked after I did it manually. |
Hi guys,
I am using
reywood:bootstrap3-sass 3.3.5_2
withfourseven:scss 3.3.3_3
and the glyphicons are NOT working. Any ideas?The text was updated successfully, but these errors were encountered: