
@font-face {
  font-family: 'nbt-plugins';
  src: url('../fonts/fontello.eot?67257000');
  src: url('../fonts/fontello.eot?67257000#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?67257000') format('woff2'),
       url('../fonts/fontello.woff?67257000') format('woff'),
       url('../fonts/fontello.ttf?67257000') format('truetype'),
       url('../fonts/fontello.svg?67257000#nbt-fonts') format('svg');
  font-weight: normal;
  font-style: normal;
}

#toplevel_page_ntb_plugin_panel .dashicons-before:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nbt-plugins' !important;
  speak: none;
  content: "\e900";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}