tabler-extension.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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?0wlio9') 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. vertical-align: -0.125em;
  23. text-rendering: auto;
  24. -webkit-font-smoothing: antialiased;
  25. -moz-osx-font-smoothing: grayscale;
  26. }
  27. .tie-block::before {
  28. content: '\ea01';
  29. }
  30. .tie-block-search::before {
  31. content: '\ea02';
  32. }
  33. .tie-connector::before {
  34. content: '\ea03';
  35. }
  36. .tie-page::before {
  37. content: '\ea04';
  38. }
  39. .tie-page-search::before {
  40. content: '\ea05';
  41. }
  42. .tie-references-hide::before {
  43. content: '\ea06';
  44. }
  45. .tie-references-show::before {
  46. content: '\ea07';
  47. }
  48. .tie-select-cursor::before {
  49. content: '\ea08';
  50. }
  51. .tie-text::before {
  52. content: '\ea09';
  53. }
  54. .tie-whiteboard::before {
  55. content: '\ea0a';
  56. }
  57. .tie-whiteboard-element::before {
  58. content: '\ea0b';
  59. }