sahat / megaboilerplate

Handcrafted starter projects, optimized for simplicity and ease of use.
MIT License
3.83k stars 257 forks source link

Bootstrap glyphicons fonts should be in "fonts/bootstrap" #187

Open pnucci opened 7 years ago

pnucci commented 7 years ago

Bootstrap _variables.scss points to "../fonts/bootstrap/" $icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/") !default;

But currently the font files are located at "../fonts"

HellerCommaA commented 7 years ago

The minified (I'd assume non-minified) bootstrap CSS is affected too.

thngdude commented 7 years ago

I can't get this to work. I tried altering the path and also tried moving the fonts/ folder. Nothing shows. How did you resolve?