dootask/resources/assets/sass/taskfont.scss
2021-07-08 08:37:54 +08:00

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;
}