style.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. @font-face {
  2. font-family: 'attendance';
  3. src:
  4. url('../x_component_Attendance/$Main/default/fonts/attendance.ttf?i9cgui') format('truetype'),
  5. url('../x_component_Attendance/$Main/default/fonts/attendance.woff?i9cgui') format('woff'),
  6. url('../x_component_Attendance/$Main/default/fonts/attendance.svg?i9cgui#attendance') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. font-display: block;
  10. }
  11. [class^="o2icon-"], [class*=" o2icon-"] {
  12. /* use !important to prevent issues with browser extensions that change fonts */
  13. font-family: 'attendance' !important;
  14. speak: never;
  15. font-style: normal;
  16. font-weight: normal;
  17. font-variant: normal;
  18. text-transform: none;
  19. line-height: 1;
  20. /* Better Font Rendering =========== */
  21. -webkit-font-smoothing: antialiased;
  22. -moz-osx-font-smoothing: grayscale;
  23. }
  24. .o2icon-icon_read2:before {
  25. content: "\e93a";
  26. }
  27. .o2icon-icon_tishi:before {
  28. content: "\e965";
  29. }
  30. .o2icon-icon_ok:before {
  31. content: "\e966";
  32. }
  33. .o2icon-icon__leading_in:before {
  34. content: "\e988";
  35. }
  36. .o2icon-icon_jinzhi:before {
  37. content: "\e9a7";
  38. }
  39. .o2icon-icon_delete:before {
  40. content: "\e9b0";
  41. }
  42. .o2icon-icon_shitu:before {
  43. content: "\e97f";
  44. }
  45. .o2icon-icon_download:before {
  46. content: "\e9bc";
  47. }