12345678910111213141516171819 |
- @font-face {
- font-family: "iconfont"; /* Project id 3817974 */
- src: url('iconfont.woff2?t=1670566588649') format('woff2'),
- url('iconfont.woff?t=1670566588649') format('woff'),
- url('iconfont.ttf?t=1670566588649') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-guanzhu:before {
- content: "\ff2d";
- }
|