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

Glyphicons are not working #34

Open
ajainvivek opened this issue Dec 11, 2015 · 4 comments
Open

Glyphicons are not working #34

ajainvivek opened this issue Dec 11, 2015 · 4 comments

Comments

@ajainvivek
Copy link

Glyphicons aren't showing up. Looks like icon fonts aren't loading up.

@munsellj
Copy link

munsellj commented Mar 5, 2016

There's some discrepancy between how the font files are being exported vs. where bootstrap-sass is looking for them to be by default. There's a number of ways to work around this but probably the most straightforward is to copy the bootstrap glyphicon font files to a public/fonts/bootstrap/ directory. If you are doing a custom include to only use explicit components you can also override the bootstrap $icon-font-path variable to the desired path before including the glyphicons styles.

@ksnyde not sure about the change history if this could have been a change in default settings in the newest version of Bootstrap now being used by the project? Would be happy to provide a PR with this fixed in index.js if that seems like the correct solution.

@yankeeinlondon
Copy link
Member

@munsellj not sure but happy to take a PR

@zoltan-nz
Copy link
Contributor

I think, this is not an issue anymore... so this can be closed. ;)

@mehran-naghizadeh
Copy link

mehran-naghizadeh commented Jul 23, 2019

I have the same issue, I have installed ember-bootstrap right now and followed the entire procedure of adding sass support, generating the blueprint etc. Now I have copied this line from the provided sample:

<span class="glyphicon glyphicon-plus"></span>

But no icon is shown. My Ember version is 3.11 if that matters. Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants