I have an unordered list with icons styled using Twitter Bootstrap 3.
The Carme
font from Google Fonts is used for normal text, and works well in that context.
However, when I add icons to the unordered list using BS3, the font-family
of that particular list changes unexpectedly.
Take a look at this FIDDLE for better clarity.
Observe the font-family of both the list items with and without glyphicons.
I am puzzled by this issue..
Any tips or suggestions on how to resolve this would be greatly appreciated.