| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- /**
- * This file is managed manually by Webfont app.
- * Steps:
- * - download the zip from Webfont app
- * - get the tabler-icons-extension.woff2 and replace the one in fonts/tabler-icons-extension.woff2
- * - update the tie-xxx css rules
- */
- @font-face {
- font-family: 'tabler-icons-extension';
- src: url('../fonts/tabler-icons-extension.woff2?mxgthk') format('woff2');
- font-style: normal;
- font-weight: 400;
- }
- .tie {
- display: inline-block;
- font-family: "tabler-icons-extension" !important;
- font-style: normal !important;
- font-weight: normal !important;
- font-variant: normal !important;
- text-transform: none !important;
- speak: none;
- line-height: 1;
- vertical-align: -.125em;
- text-rendering: auto;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .tie-app-feature::before {
- content: '\ea01';
- }
- .tie-block::before {
- content: '\ea02';
- }
- .tie-block-search::before {
- content: '\ea03';
- }
- .tie-connector::before {
- content: '\ea04';
- }
- .tie-new-block::before {
- content: '\ea05';
- }
- .tie-new-page::before {
- content: '\ea06';
- }
- .tie-new-whiteboard::before {
- content: '\ea07';
- }
- .tie-new-whiteboard-element::before {
- content: '\ea08';
- }
- .tie-object-compact::before {
- content: '\ea09';
- }
- .tie-object-expanded::before {
- content: '\ea0a';
- }
- .tie-page::before {
- content: '\ea0b';
- }
- .tie-page-search::before {
- content: '\ea0c';
- }
- .tie-references-hide::before {
- content: '\ea0d';
- }
- .tie-references-show::before {
- content: '\ea0e';
- }
- .tie-select-cursor::before {
- content: '\ea0f';
- }
- .tie-text::before {
- content: '\ea10';
- }
- .tie-whiteboard::before {
- content: '\ea11';
- }
- .tie-whiteboard-element::before {
- content: '\ea12';
- }
|