I'm having all sorts of issues getting one glyphicon working on firefox from a meteor application (not sure that's relevant).
The calendar icon works fine on chrome (now that i've updated bootstrap to 3.1.1) but on firefox it continues to just show a + icon.
The code generating the icon is
<span class="input-group-addon"><i class="glyphicon glyphicon-calendar"></i></span>
I tried the suggested change in Boootstrap glyphicons Firefox issues but no joy unfortunately.
Any other suggestions out there?