@font-face {
  font-family: 'Iconify Explorer Font';
  src: url('/fonts/iconfont.eot');
  src:
    url('/fonts/iconfont.woff2') format('woff2'),
    url('/fonts/iconfont.eot') format('embedded-opentype'),
    url('/fonts/iconfont.woff') format('woff'),
    url('/fonts/iconfont.ttf') format('truetype'),
    url('/fonts/iconfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.i {
  font-family: 'Iconify Explorer Font' !important;
  font-size: 1em;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i.email:before {
  content: '\e001';
}

.i.github:before {
  content: '\e002';
}

.i.steam:before {
  content: '\e003';
}

.i.moon:before {
  content: '\e004';
}

.i.rss:before {
  content: '\e005';
}

.i.sun:before {
  content: '\e006';
}

.i.bilibili:before {
  content: '\e007';
}
