cryptpad/customize.dist/fonts/cptools/style.css

91 lines
1.7 KiB
CSS
Raw Normal View History

2018-07-28 09:37:38 +00:00
@font-face {
font-family: 'cptools';
src:
2020-06-09 12:10:31 +00:00
url('fonts/cptools.ttf?da4x1y') format('truetype'),
url('fonts/cptools.woff?da4x1y') format('woff'),
url('fonts/cptools.svg?da4x1y#cptools') format('svg');
2018-07-28 09:37:38 +00:00
font-weight: normal;
font-style: normal;
2020-06-09 12:10:31 +00:00
font-display: block;
2018-07-28 09:37:38 +00:00
}
.cptools {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'cptools' !important;
2018-11-05 11:02:27 +00:00
display: inline-block;
2018-07-28 09:37:38 +00:00
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2020-06-09 12:10:31 +00:00
.cptools-add-bottom:before {
content: "\e913";
}
.cptools-add-top:before {
content: "\e914";
}
2019-07-17 08:58:30 +00:00
.cptools-folder-upload:before {
content: "\e912";
}
2019-06-19 14:31:05 +00:00
.cptools-folder-no-color:before {
content: "\e900";
2019-06-11 10:31:24 +00:00
}
2018-11-05 11:02:27 +00:00
.cptools-slide:before {
content: "\e902";
}
.cptools-shared-folder:before {
content: "\e903";
}
.cptools-poll:before {
content: "\e904";
}
.cptools-file-upload:before {
content: "\e905";
}
.cptools-whiteboard:before {
content: "\e906";
}
.cptools-todo:before {
content: "\e907";
}
.cptools-pad:before {
content: "\e908";
}
.cptools-folder-open:before {
content: "\e909";
}
.cptools-kanban:before {
content: "\e90a";
}
.cptools-folder:before {
content: "\e90b";
}
.cptools-shared-folder-open:before {
content: "\e90c";
}
.cptools-file:before {
content: "\e90d";
}
.cptools-contacts:before {
content: "\e90e";
}
.cptools-code:before {
content: "\e90f";
}
2018-07-28 09:37:38 +00:00
.cptools-template:before {
2019-06-19 14:31:05 +00:00
content: "\e901";
2018-07-28 09:37:38 +00:00
}
.cptools-new-template:before {
2019-06-19 14:31:05 +00:00
content: "\e910";
}
.cptools-palette:before {
content: "\e911";
2018-07-28 09:37:38 +00:00
}