@font-face {
  font-family: "iconfont"; /* Project id 4495482 */
  /* Color fonts */
  src: 
       url('//at.alicdn.com/t/c/font_4495482_hmzgbd2kg2p.woff2?t=1712406853742') format('woff2'),
       url('//at.alicdn.com/t/c/font_4495482_hmzgbd2kg2p.woff?t=1712406853742') format('woff'),
       url('//at.alicdn.com/t/c/font_4495482_hmzgbd2kg2p.ttf?t=1712406853742') format('truetype');
}

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

.icon-blog:before {
  content: "\e8a3";
}

.icon-liuyanban:before {
  content: "\e6f0";
}

.icon-Github:before {
  content: "\e642";
}

.icon-QQ:before {
  content: "\fae0";
}

.icon-email:before {
  content: "\e63a";
}

.icon-bilibili:before {
  content: "\e609";
}

.icon-weixin:before {
  content: "\e643";
}

