tabler-extension.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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-add-link::before {
  29. content: "\ea01";
  30. }
  31. .tie-app-feature::before {
  32. content: "\ea02";
  33. }
  34. .tie-block::before {
  35. content: "\ea03";
  36. }
  37. .tie-block-search::before {
  38. content: "\ea04";
  39. }
  40. .tie-cloud-exclamation::before {
  41. content: "\ea05";
  42. }
  43. .tie-connector::before {
  44. content: "\ea06";
  45. }
  46. .tie-group::before {
  47. content: "\ea07";
  48. }
  49. .tie-h-auto::before {
  50. content: "\ea08";
  51. }
  52. .tie-heading-off::before {
  53. content: "\ea09";
  54. }
  55. .tie-internal-link::before {
  56. content: "\ea0a";
  57. }
  58. .tie-link-to-block::before {
  59. content: "\ea0b";
  60. }
  61. .tie-link-to-page::before {
  62. content: "\ea0c";
  63. }
  64. .tie-link-to-whiteboard::before {
  65. content: "\ea0d";
  66. }
  67. .tie-move-to-sidebar-right::before {
  68. content: "\ea0e";
  69. }
  70. .tie-new-block::before {
  71. content: "\ea0f";
  72. }
  73. .tie-new-page::before {
  74. content: "\ea10";
  75. }
  76. .tie-new-whiteboard::before {
  77. content: "\ea11";
  78. }
  79. .tie-new-whiteboard-element::before {
  80. content: "\ea12";
  81. }
  82. .tie-object-compact::before {
  83. content: "\ea13";
  84. }
  85. .tie-object-expanded::before {
  86. content: "\ea14";
  87. }
  88. .tie-open-as-page::before {
  89. content: "\ea15";
  90. }
  91. .tie-page::before {
  92. content: "\ea16";
  93. }
  94. .tie-page-search::before {
  95. content: "\ea17";
  96. }
  97. .tie-references-hide::before {
  98. content: "\ea18";
  99. }
  100. .tie-references-show::before {
  101. content: "\ea19";
  102. }
  103. .tie-select-cursor::before {
  104. content: "\ea1a";
  105. }
  106. .tie-text::before {
  107. content: "\ea1b";
  108. }
  109. .tie-ungroup::before {
  110. content: "\ea1c";
  111. }
  112. .tie-whiteboard::before {
  113. content: "\ea1d";
  114. }
  115. .tie-whiteboard-element::before {
  116. content: "\ea1e";
  117. }
  118. .tie-whiteboard-search::before {
  119. content: "\ea1f";
  120. }