customicons.css 308 B

1234567891011121314151617181920
  1. @font-face {
  2. font-family: 'customicons'; /* Project id 2878519 */
  3. src: url('/static/customicons.ttf') format('truetype');
  4. }
  5. .customicons {
  6. font-family: 'customicons' !important;
  7. }
  8. .youxi:before {
  9. content: '\e60e';
  10. }
  11. .wenjian:before {
  12. content: '\e60f';
  13. }
  14. .zhuanfa:before {
  15. content: '\e610';
  16. }