chore: update icon font

This commit is contained in:
Konstantinos Kaloutas
2022-09-14 17:43:40 +03:00
parent a237444f99
commit debf0e8054
3 changed files with 29 additions and 30 deletions

View File

@@ -6,7 +6,7 @@
* - update the tie-xxx css rules
*/
@font-face {
@font-face {
font-family: 'tabler-icons-extension';
src: url('../fonts/tabler-icons-extension.woff2?6rsxel') format('woff2');
font-style: normal;
@@ -29,57 +29,56 @@
}
.tie-app-feature::before {
content: '\ea01';
content: "\ea01";
}
.tie-block::before {
content: '\ea02';
content: "\ea02";
}
.tie-block-search::before {
content: '\ea03';
content: "\ea03";
}
.tie-connector::before {
content: '\ea04';
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: '\ea05';
content: "\ea09";
}
.tie-object-expanded::before {
content: '\ea06';
content: "\ea0a";
}
.tie-page::before {
content: '\ea07';
content: "\ea0b";
}
.tie-page-search::before {
content: '\ea08';
content: "\ea0c";
}
.tie-references-hide::before {
content: '\ea09';
content: "\ea0d";
}
.tie-references-show::before {
content: '\ea0a';
content: "\ea0e";
}
.tie-select-cursor::before {
content: '\ea0b';
content: "\ea0f";
}
.tie-text::before {
content: '\ea0c';
content: "\ea10";
}
.tie-whiteboard::before {
content: '\ea0d';
content: "\ea11";
}
.tie-whiteboard-element::before {
content: '\ea0e';
content: "\ea12";
}