You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
505 B
17 lines
505 B
@import "./iconfont.scss";
|
|
|
|
@font-face {
|
|
font-family: "cl-iconfont";
|
|
src: url("uni_modules/cool-ui/static/iconfont/iconfont.woff2") format("woff2"),
|
|
url("uni_modules/cool-ui/static/iconfont/iconfont.woff") format("woff"),
|
|
url("uni_modules/cool-ui/static/iconfont/iconfont.ttf") format("truetype");
|
|
}
|
|
|
|
[class*="cl-icon-"] {
|
|
font-family: "cl-iconfont" !important;
|
|
font-size: inherit;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
line-height: 1;
|
|
}
|
|
|