thomaspark/bootswatch

Should the CSS load the font?

Closed this issue · 1 comments

dandv commented

The CSS loads the Glyphicons font whether the user wants this or not. Is there an easy way to optionally not load Glyphicons?

Demand for this is shown by this Meteor package that loads Bootstrap without the Glyphicons.

Probably not as easy as you're hoping for. It would work the same as Bootstrap: remove the @import "glyphicons.less"; line from bootstrap.less and then recompile.

I'd be ok with someone creating a noglyph version of Bootswatch, but would rather not support it myself in the main project.