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

Bootstrapt glyphicons not loaded #9

Open
marcoooo opened this issue Sep 1, 2016 · 0 comments
Open

Bootstrapt glyphicons not loaded #9

marcoooo opened this issue Sep 1, 2016 · 0 comments
Assignees
Labels

Comments

@marcoooo
Copy link

marcoooo commented Sep 1, 2016

Hi, I got 404 errors with :

  • /static/bootstrap/themes/default/fonts/glyphicons-halflings-regular.woff
  • /static/bootstrap/themes/default/fonts/glyphicons-halflings-regular.ttf
    only with default theme. lines 252-255 :

@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

Path is missing ../../../ such as in other themes.

@tsbarnes tsbarnes self-assigned this Oct 30, 2016
@tsbarnes tsbarnes added the bug label Oct 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants