mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
15 lines
459 B
SCSS
Vendored
15 lines
459 B
SCSS
Vendored
@font-face {
|
|
font-family: 'taskfont'; /* Project id 2583385 */
|
|
src: url('../css/fonts/taskfont/iconfont.woff2') format('woff2'),
|
|
url('../css/fonts/taskfont/iconfont.woff') format('woff'),
|
|
url('../css/fonts/taskfont/iconfont.ttf') format('truetype');
|
|
}
|
|
|
|
.taskfont {
|
|
font-family: "taskfont", "serif" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|