@font-face {
  font-family: 'lf-news';
  src:  url('fonts/lf-news.eot?v80j6b');
  src:  url('fonts/lf-news.eot?v80j6b#iefix') format('embedded-opentype'),
    url('fonts/lf-news.ttf?v80j6b') format('truetype'),
    url('fonts/lf-news.woff?v80j6b') format('woff'),
    url('fonts/lf-news.svg?v80j6b#lf-news') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="nicon-"], [class*=" nicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lf-news' !important;
  speak: none;
  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;
}

.nicon-play:before {
  content: "\e90a";
}
.nicon-right:before {
  content: "\e908";
}
.nicon-left:before {
  content: "\e909";
}
.nicon-photo:before {
  content: "\e902";
}
.nicon-audio:before {
  content: "\e903";
}
.nicon-vote:before {
  content: "\e904";
}
.nicon-video:before {
  content: "\e905";
}
.nicon-spoiler:before {
  content: "\e906";
}
.nicon-comments:before {
  content: "\e907";
}
.nicon-close:before {
  content: "\e900";
}
.nicon-check:before {
  content: "\e901";
}
