Pingendo / pingendo-bootstrap

MIT License
74 stars 23 forks source link

glyphicons-halflings-regular.woff2 Failed to load resource: the server responded with a status of 404 (Not Found) #9

Open dhqcz opened 9 years ago

dhqcz commented 9 years ago

Hello,

I use this CSS: http://pingendo.github.io/pingendo-bootstrap/themes/default/bootstrap.css

And there are not working fonts:

http://pingendo.github.io/pingendo-bootstrap/themes/fonts/glyphicons-halflings-regular.woff2 Failed to load resource: the server responded with a status of 404 (Not Found) http://pingendo.github.io/pingendo-bootstrap/themes/fonts/glyphicons-halflings-regular.woff Failed to load resource: the server responded with a status of 404 (Not Found) http://pingendo.github.io/pingendo-bootstrap/themes/fonts/glyphicons-halflings-regular.ttf Failed to load resource: the server responded with a status of 404 (Not Found)

Is it bug or may I upload CSS into my website and load fonts from my side too?

Thank you.

FelixINX commented 9 years ago

Same error. They aren't include in the theme. Must be fixed.

Pingendo commented 9 years ago

We should remove Glyphicons at all in favour of Font-awesome

FelixINX commented 9 years ago

I agree with this because Font Awesome is a bigger library that Glyphicons. But, there are some place that Font Awesome don't work with Bootstrap, for example, the controls of the Carousel.

dandamudi commented 8 years ago

i also got same issue, please help me if anybody have solution, i spent whole day on this issue

Sparragus commented 8 years ago

@Pingendo What's up with this?

jayrocket commented 7 years ago

@Pingendo Me too. It worked when using a FTP mut on my Mamp it doesn't.

GongchuangSu commented 7 years ago

@GeorgeMajor You can do this in HTML: <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">

codeCesar commented 6 years ago

Had the same issue I was using local file. got rid of it and replaced it with cdn works fine now. Hope this helps someone, Happy coding <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

sumanbadusu commented 4 years ago

how to find that path to replace above given code to slove this error

mounikakatt commented 3 years ago

Create new fonts folder inside root project and then add fonts it will be work

Abduelhamit01 commented 3 years ago

Create new fonts folder inside root project and then add fonts it will be work

Thank you! After that, I watched at my bootstrap.min.css file and saw "../fonts/" and knew I need to create the folder 1 folder back. Thank you!!