1234567891011121314151617181920 |
- @font-face {
- font-family: 'customicons'; /* Project id 2878519 */
- src: url('/static/customicons.ttf') format('truetype');
- }
- .customicons {
- font-family: 'customicons' !important;
- }
- .youxi:before {
- content: '\e60e';
- }
- .wenjian:before {
- content: '\e60f';
- }
- .zhuanfa:before {
- content: '\e610';
- }
|