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

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

.icon-video:before {
  content: "\e605";
}

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

.icon-homepage:before {
  content: "\e702";
}

.icon-github:before {
  content: "\e66f";
}

.icon-leetcode:before {
  content: "\ebf2";
}

.icon-matrix:before {
  content: "\ec0a";
}

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

.icon-VsCode:before {
  content: "\e61b";
}

