iconfont.css 470 B

12345678910111213141516171819
  1. @font-face {
  2. font-family: "iconfont"; /* Project id 3817974 */
  3. src: url('iconfont.woff2?t=1670566588649') format('woff2'),
  4. url('iconfont.woff?t=1670566588649') format('woff'),
  5. url('iconfont.ttf?t=1670566588649') format('truetype');
  6. }
  7. .iconfont {
  8. font-family: "iconfont" !important;
  9. font-size: 16px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. .icon-guanzhu:before {
  15. content: "\ff2d";
  16. }