Open pnucci opened 8 years ago
Bootstrap _variables.scss points to "../fonts/bootstrap/" $icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/") !default;
$icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/") !default;
But currently the font files are located at "../fonts"
The minified (I'd assume non-minified) bootstrap CSS is affected too.
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?
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"