Deprecated!

NICE.Bootstrap is deprecated and all new front-end work should use the Design System

Glyphs

Character set

Each glyph is assigned to a specifc character in the font set and can be accessed directly in your CSS classes using the following reference characters;

Class names

Include NICE Glyps as icons into your web pages by using the .icon-nice- classes.

  <i aria-hidden="true" class="icon-nice-twitter"></i>
  <i aria-hidden="true" class="icon-nice-print"></i>
  <i aria-hidden="true" class="icon-nice-syndication"></i>  

Icon stack

It is possible to use the NICE Glyphs along with the Font Awesome icon-stack;

  <span class="icon-stack">
    <i aria-hidden="true" class="icon-nice-circle icon-stack-base"></i>
    <i aria-hidden="true" class="icon-nice-twitter"></i>
  </span>