26 lines
662 B
CSS
26 lines
662 B
CSS
@font-face {
|
|
font-family: "fontFamily"; /* Project id 3251840 */
|
|
src: url('iconfont.eot?t=1647421959869'); /* IE9 */
|
|
src: url('iconfont.eot?t=1647421959869#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
url('iconfont.woff2?t=1647421959869') format('woff2'),
|
|
url('iconfont.woff?t=1647421959869') format('woff'),
|
|
url('iconfont.ttf?t=1647421959869') format('truetype');
|
|
}
|
|
|
|
.fontFamily {
|
|
font-family: "fontFamily" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.iconsort1:before {
|
|
content: "\e63b";
|
|
}
|
|
|
|
.iconsort2:before {
|
|
content: "\e63a";
|
|
}
|
|
|