@font-face {
  font-family: "iconfont"; /* Project id 5204243 */
  src: url('iconfont.woff2?t=1784596889370') format('woff2'),
       url('iconfont.woff?t=1784596889370') format('woff'),
       url('iconfont.ttf?t=1784596889370') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dingyue:before {
  content: "\e601";
}

.icon-zidong:before {
  content: "\e64d";
}

.icon-taiyang:before {
  content: "\e635";
}

.icon-yueliang:before {
  content: "\e63e";
}

.icon-weixin:before,
.share-icon.icon-weixin:before {
  font-family: "iconfont" !important;
  content: "\e600";
}

.icon-bilibili:before,
.sidebar-social-icon.icon-bilibili:before {
  font-family: "iconfont" !important;
  content: "\e6b4";
}

.icon-QQ:before,
.icon-qq:before,
.share-icon.icon-qq:before {
  font-family: "iconfont" !important;
  content: "\e882";
}

.icon-GitHub:before,
.icon-github:before,
.sidebar-social-icon.icon-github:before {
  font-family: "iconfont" !important;
  content: "\e8c6";
}

.icon-home:before {
  content: "\e762";
}

.icon-hanbao:before {
  content: "\e8f5";
}

.icon-shousi:before {
  content: "\e8f6";
}

.icon-pisa:before {
  content: "\e8f8";
}

/* 导航栏图标 - 覆盖主题默认 unicode */
#main-nav-toggle:before {
  content: "\e8f5";
}

#nav-rss-link:before {
  content: "\e601";
}

#nav-sun-btn:before {
  content: "\e635";
}

#nav-moon-btn:before {
  content: "\e63e";
}

#nav-circle-half-stroke-btn:before {
  content: "\e64d";
}

