/* MDI flaticon */
@font-face {
  font-family: "Flaticon";
  src: url("Flaticon.eot");
  src: url("Flaticon.eot@") format("embedded-opentype"),
       url("Flaticon.woff") format("woff"),
       url("Flaticon.ttf") format("truetype"),
       url("Flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("Flaticon.svg") format("svg");
  }
}


/* bootstrap glyphicon */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(glyphicons-halflings-regular.eot);
    src: url(glyphicons-halflings-regular.eot@) format('embedded-opentype'),
         url(glyphicons-halflings-regular.woff) format('woff'),
         url(glyphicons-halflings-regular.ttf) format('truetype'),
         url(glyphicons-halflings-regular.svg) format('svg')
}

/* Nova fonts (bought by n6) */
@font-face {
  font-family: 'nova_solid';
  src:  url('nova_solid.eot');
  src:  url('nova_solid.eot') format('embedded-opentype'),
    url('nova_solid.woff2') format('woff2'),
    url('nova_solid.ttf') format('truetype'),
    url('nova_solid.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Google MDI */
@font-face {
    font-family:"Material Design Icons";
    src:url("materialdesignicons-webfont.eot@v=2.0.46");
    src:url("materialdesignicons-webfont.eot@") format("embedded-opentype"),
      url("materialdesignicons-webfont.woff2@v=2.0.46") format("woff2"),
      url("materialdesignicons-webfont.woff@v=2.0.46") format("woff"),
      url("materialdesignicons-webfont.ttf@v=2.0.46") format("truetype"),
      url("materialdesignicons-webfont.svg@v=2.0.46") format("svg");
    font-weight:normal;
    font-style:normal
}
