16 lines
470 B
SCSS
Vendored
16 lines
470 B
SCSS
Vendored
@font-face {
|
|
font-family: 'taskfont'; /* Project id 2583385 */
|
|
src: url('../css/fonts/taskfont.woff2') format('woff2'),
|
|
url('../css/fonts/taskfont.woff') format('woff'),
|
|
url('../css/fonts/taskfont.ttf') format('truetype');
|
|
}
|
|
|
|
.taskfont {
|
|
font-family: "taskfont", "serif" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-text-stroke-width: 0.2px;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|