Icon Fonts: How do they work?
Glyphicons are images and not a font. All the icons are found within a sprite image (also available as individual images) and they are added to the elements as positioned backround-images: Actual font icons (FontAwesome, for instance) do involve downloading a specific font and make use of the content property, for instance: @font-face { … … Read more