style.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. @font-face {
  2. font-family: 'cptools';
  3. src:
  4. url('fonts/cptools.ttf?703wg5') format('truetype'),
  5. url('fonts/cptools.woff?703wg5') format('woff'),
  6. url('fonts/cptools.svg?703wg5#cptools') format('svg');
  7. font-weight: normal;
  8. font-style: normal;
  9. }
  10. .cptools {
  11. /* use !important to prevent issues with browser extensions that change fonts */
  12. font-family: 'cptools' !important;
  13. display: inline-block;
  14. speak: none;
  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. .cptools-slide:before {
  25. content: "\e902";
  26. }
  27. .cptools-shared-folder:before {
  28. content: "\e903";
  29. }
  30. .cptools-poll:before {
  31. content: "\e904";
  32. }
  33. .cptools-file-upload:before {
  34. content: "\e905";
  35. }
  36. .cptools-whiteboard:before {
  37. content: "\e906";
  38. }
  39. .cptools-todo:before {
  40. content: "\e907";
  41. }
  42. .cptools-pad:before {
  43. content: "\e908";
  44. }
  45. .cptools-folder-open:before {
  46. content: "\e909";
  47. }
  48. .cptools-kanban:before {
  49. content: "\e90a";
  50. }
  51. .cptools-folder:before {
  52. content: "\e90b";
  53. }
  54. .cptools-shared-folder-open:before {
  55. content: "\e90c";
  56. }
  57. .cptools-file:before {
  58. content: "\e90d";
  59. }
  60. .cptools-contacts:before {
  61. content: "\e90e";
  62. }
  63. .cptools-code:before {
  64. content: "\e90f";
  65. }
  66. .cptools-template:before {
  67. content: "\e900";
  68. }
  69. .cptools-new-template:before {
  70. content: "\e901";
  71. }