You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
744 B
CSS
32 lines
744 B
CSS
@font-face {
|
|
font-family: 'cptools';
|
|
src:
|
|
url('fonts/cptools.ttf?dysqmo') format('truetype'),
|
|
url('fonts/cptools.woff?dysqmo') format('woff'),
|
|
url('fonts/cptools.svg?dysqmo#cptools') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.cptools {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'cptools' !important;
|
|
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;
|
|
}
|
|
|
|
.cptools-template:before {
|
|
content: "\e900";
|
|
}
|
|
.cptools-new-template:before {
|
|
content: "\e901";
|
|
}
|