16 lines
578 B
SCSS
Vendored
16 lines
578 B
SCSS
Vendored
@font-face {
|
|
font-family: 'taskfont'; /* Project id 2583385 */
|
|
src: url('//at.alicdn.com/t/font_2583385_s6r5dbjuxi.woff2?t=1625128084843') format('woff2'),
|
|
url('//at.alicdn.com/t/font_2583385_s6r5dbjuxi.woff?t=1625128084843') format('woff'),
|
|
url('//at.alicdn.com/t/font_2583385_s6r5dbjuxi.ttf?t=1625128084843') 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;
|
|
}
|