16 lines
323 B
CSS
16 lines
323 B
CSS
@import "./fontclass/iconfont.css";
|
|
|
|
@font-face {
|
|
font-family: "iconfont";
|
|
src: url('@/static/icons/fontclass/iconfont.ttf') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|