tabler-extension.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /**
  2. * This file is managed manually by Webfont app.
  3. * Steps:
  4. * - download the zip from Webfont app
  5. * - get the tabler-icons-extension.woff2 and replace the one in fonts/tabler-icons-extension.woff2
  6. * - update the tie-xxx css rules
  7. */
  8. @font-face {
  9. font-family: 'tabler-icons-extension';
  10. src: url('../fonts/tabler-icons-extension.woff2?mxgthk') format('woff2');
  11. font-style: normal;
  12. font-weight: 400;
  13. }
  14. .tie {
  15. display: inline-block;
  16. font-family: "tabler-icons-extension" !important;
  17. font-style: normal !important;
  18. font-weight: normal !important;
  19. font-variant: normal !important;
  20. text-transform: none !important;
  21. speak: none;
  22. line-height: 1;
  23. vertical-align: -.125em;
  24. text-rendering: auto;
  25. -webkit-font-smoothing: antialiased;
  26. -moz-osx-font-smoothing: grayscale;
  27. }
  28. .tie-app-feature::before {
  29. content: '\ea01';
  30. }
  31. .tie-block::before {
  32. content: '\ea02';
  33. }
  34. .tie-block-search::before {
  35. content: '\ea03';
  36. }
  37. .tie-connector::before {
  38. content: '\ea04';
  39. }
  40. .tie-new-block::before {
  41. content: '\ea05';
  42. }
  43. .tie-new-page::before {
  44. content: '\ea06';
  45. }
  46. .tie-new-whiteboard::before {
  47. content: '\ea07';
  48. }
  49. .tie-new-whiteboard-element::before {
  50. content: '\ea08';
  51. }
  52. .tie-object-compact::before {
  53. content: '\ea09';
  54. }
  55. .tie-object-expanded::before {
  56. content: '\ea0a';
  57. }
  58. .tie-page::before {
  59. content: '\ea0b';
  60. }
  61. .tie-page-search::before {
  62. content: '\ea0c';
  63. }
  64. .tie-references-hide::before {
  65. content: '\ea0d';
  66. }
  67. .tie-references-show::before {
  68. content: '\ea0e';
  69. }
  70. .tie-select-cursor::before {
  71. content: '\ea0f';
  72. }
  73. .tie-text::before {
  74. content: '\ea10';
  75. }
  76. .tie-whiteboard::before {
  77. content: '\ea11';
  78. }
  79. .tie-whiteboard-element::before {
  80. content: '\ea12';
  81. }