arnabwahid / wordpress-bootstrap

Bootstrap in WordPress theme form - Bootstrap 3.3.1
1.49k stars 557 forks source link

Unable load glyphicon font #204

Closed cuihaoleo closed 9 years ago

cuihaoleo commented 10 years ago

In library/css/bootstrap.css: url('../fonts/glyphicons-halflings-regular.eot');

but in library/fonts, the filename is: glyphiconshalflings-regular.eot Notice that there is no "-" between word "glyphicons" and "halflings". (and otf, svg, ttf, woff file shares the same issue)

Plz fix it :)