Skip to content

Bootstrapt glyphicons not loaded #9

@marcoooo

Description

@marcoooo

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.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions