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

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

.icon-twitter:before {
  content: "\ea96";
}
.icon-sina-weibo:before {
  content: "\ea9a";
}

/*==============================
// Iconfont
==============================*/

@font-face {
  font-family: 'iconfont';
  src: url('./font_8gx15cdpiaz41jor.eot');
  src: url('./font_8gx15cdpiaz41jor.eot?#iefix') format('embedded-opentype'),
  url('./font_8gx15cdpiaz41jor.woff') format('woff'),
  url('./font_8gx15cdpiaz41jor.ttf') format('truetype'),
  url('./font_8gx15cdpiaz41jor.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}

.icon-linkedin:before {
  content: "\e60d";
  position: relative;
  top: -2px;
}
.icon-stack-overflow:before {
  content: "\e603";
  font-size: .85em;
  position: relative;
  top: -4px;
}
.icon-email:before {
  content: "\e605";
  position: relative;
  top: -2px;
}
.icon-facebook:before {
  content: "\e601";
  font-size: .95em;
  position: relative;
  top: -2px;
}
.icon-github:before {
  content: "\e606";
  position: relative;
  top: -3px;
}
.icon-rss:before {
  content: "\e604";
}
.icon-google:before {
  content: "\e609";
}
.icon-zhihu:before {
  content: "\e607";
  font-size: .9em;
  position: relative;
  top: -2px;
}
.icon-heart:before {
  content: "\e608";
}
.icon-right:before {
  content: "\e60a";
}
.icon-left:before {
  content: "\e60b";
}
.icon-up:before {
  content: "\e60c";
}
.icon-search:before {
  content: "\e60e";
}
.icon-close:before {
  content: "\e60f";
}