Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="http://glyphicons.com/" rel="noreferrer">Glyphicons</a> are <a href="http://glyphicons.com/wp-content/themes/glyphicons/images/glyphicons_halflings.png" rel="noreferrer">images</a> and <em>not</em> 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 <code>backround-image</code>s:</p> <p><img src="https://i.stack.imgur.com/rnN2i.png" alt="Glyphicons"></p> <p>Actual font icons (<a href="http://fortawesome.github.com/Font-Awesome/" rel="noreferrer">FontAwesome</a>, for instance) <em>do</em> involve downloading a specific font and make use of the <code>content</code> property, for instance:</p> <pre><code>@font-face { ... src: url('../font/fontawesome-webfont.eot?#iefix&amp;v=3.0.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype'); ... } .icon-beer:before { content: "\f0fc"; } </code></pre> <p>As the <code>content</code> property <a href="http://caniuse.com/#search=content" rel="noreferrer">isn't supported</a> in older browsers, these <em>also</em> make use of <a href="http://fortawesome.github.com/Font-Awesome/assets/img/glyphicons-halflings.png" rel="noreferrer">images</a>.</p> <p>Here's an example of completely raw FontAwesome in use as a font, turning <code>&amp;#xf0f9;</code> (&#xf0f9; - you may not be able to see this!) into an ambulance: <a href="http://jsfiddle.net/GWqcF/2" rel="noreferrer">http://jsfiddle.net/GWqcF/2</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload