logseq/resources/css/tabler-extension.css

73 lines
1.3 KiB
CSS
Raw Normal View History

2022-08-12 05:14:08 +00:00
/**
* 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
*/
2022-08-05 13:50:58 +00:00
@font-face {
font-family: 'tabler-icons-extension';
2022-08-12 05:14:08 +00:00
src: url('../fonts/tabler-icons-extension.woff2?0wlio9') format('woff2');
2022-08-05 13:50:58 +00:00
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;
vertical-align: -0.125em;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tie-block::before {
2022-08-12 05:14:08 +00:00
content: '\ea01';
2022-08-06 15:03:09 +00:00
}
.tie-block-search::before {
2022-08-12 05:14:08 +00:00
content: '\ea02';
}
.tie-connector::before {
content: '\ea03';
2022-08-05 13:50:58 +00:00
}
.tie-page::before {
2022-08-12 05:14:08 +00:00
content: '\ea04';
2022-08-06 15:03:09 +00:00
}
.tie-page-search::before {
2022-08-12 05:14:08 +00:00
content: '\ea05';
2022-08-05 13:50:58 +00:00
}
.tie-references-hide::before {
2022-08-12 05:14:08 +00:00
content: '\ea06';
2022-08-05 13:50:58 +00:00
}
.tie-references-show::before {
2022-08-12 05:14:08 +00:00
content: '\ea07';
}
.tie-select-cursor::before {
content: '\ea08';
}
.tie-text::before {
content: '\ea09';
2022-08-05 13:50:58 +00:00
}
.tie-whiteboard::before {
2022-08-12 05:14:08 +00:00
content: '\ea0a';
2022-08-05 13:50:58 +00:00
}
.tie-whiteboard-element::before {
2022-08-12 05:14:08 +00:00
content: '\ea0b';
2022-08-05 13:50:58 +00:00
}