@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?9k4z5u');
  src:  url('../fonts/icomoon.eot?9k4z5u#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?9k4z5u') format('truetype'),
    url('../fonts/icomoon.woff?9k4z5u') format('woff'),
    url('../fonts/icomoon.svg?9k4z5u#icomoon') 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: 'icomoon' !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;
}