@font-face {
  font-family: 'nexus-icons';
  src:  url('fonts/nexus-icons.eot?1ijvpw');
  src:  url('fonts/nexus-icons.eot?1ijvpw#iefix') format('embedded-opentype'),
    url('fonts/nexus-icons.ttf?1ijvpw') format('truetype'),
    url('fonts/nexus-icons.woff?1ijvpw') format('woff'),
    url('fonts/nexus-icons.svg?1ijvpw#nexus-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i.nexus-news,
i.nexus-resource,
i.nexus-x,
i.nexus-video,
i.nexus-scholary-articles,
i.nexus-web-resource,
i.nexus-podcast,
i.nexus-ebooks {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nexus-icons' !important;
  speak: never;
  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;
}

.nexus-news:before {
  content: "\e900";
}
.nexus-resource:before {
  content: "\e901";
}
.nexus-x:before {
  content: "\e902";
}
.nexus-video:before {
  content: "\e903";
}
.nexus-scholary-articles:before {
  content: "\e904";
}
.nexus-web-resource:before {
  content: "\e905";
}
.nexus-podcast:before {
  content: "\e906";
}
.nexus-ebooks:before {
  content: "\e907";
}
