Bootstrap Glyphicons font
Posted: Wed Oct 11, 2017 1:06 am
In the file admin/view/stylesheet/bootstrap.css you have this selector:
But the path for the fonts is incorrect. Shouldn't it be ../javascript/bootstrap/fonts/?
Code: Select all
@at-root {
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../fonts/bootstrap/glyphicons-halflings-regular.eot');
src: url('../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/bootstrap/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); } }