123456789101112131415161718192021 |
- @font-face {
- font-family: "iconfont"; /* Project id */
- src: url('iconfont.ttf?t=1698560620695') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-24gl-nextSquare:before {
- content: "\ea6c";
- }
- .icon-24gl-previousSquare:before {
- content: "\ea73";
- }
|