24 lines
540 B
CSS
24 lines
540 B
CSS
|
@font-face {
|
||
|
font-family: "iconfont"; /* Project id 4260176 */
|
||
|
src: url('iconfont.woff2?t=1695180843650') format('woff2'),
|
||
|
url('iconfont.woff?t=1695180843650') format('woff'),
|
||
|
url('iconfont.ttf?t=1695180843650') format('truetype');
|
||
|
}
|
||
|
|
||
|
.iconfont {
|
||
|
font-family: "iconfont" !important;
|
||
|
font-size: 16px;
|
||
|
font-style: normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.layui-extend-24gl-lock2:before {
|
||
|
content: "\e9d4";
|
||
|
}
|
||
|
|
||
|
.layui-extend-24gl-unlock4:before {
|
||
|
content: "\e9d6";
|
||
|
}
|
||
|
|