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

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

.icon-post:before {
  content: "\e65a";
}

.icon-about:before {
  content: "\e604";
}

.icon-tag:before {
  content: "\e7e4";
}

.icon-rss:before {
  content: "\e6d0";
}

.icon-link:before {
  content: "\e676";
}

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

.icon-category:before {
  content: "\e84d";
}

