16 lines
581 B
SCSS
Vendored
16 lines
581 B
SCSS
Vendored
@font-face {
|
|
font-family: 'iconfont'; /* Project id 2583385 */
|
|
src: url('//at.alicdn.com/t/font_2583385_e77s2y4tokk.woff2?t=1623151884621') format('woff2'),
|
|
url('//at.alicdn.com/t/font_2583385_e77s2y4tokk.woff?t=1623151884621') format('woff'),
|
|
url('//at.alicdn.com/t/font_2583385_e77s2y4tokk.ttf?t=1623151884621') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont", "serif" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-text-stroke-width: 0.2px;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|