mirror of https://github.com/helloxz/onenav.git
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.
16 lines
512 B
16 lines
512 B
3 years ago
|
/** 图标字体 **/
|
||
|
@font-face {font-family: 'laydate-icon';
|
||
|
src: url('./font/iconfont.eot');
|
||
|
src: url('./font/iconfont.eot#iefix') format('embedded-opentype'),
|
||
|
url('./font/iconfont.svg#iconfont') format('svg'),
|
||
|
url('./font/iconfont.woff') format('woff'),
|
||
|
url('./font/iconfont.ttf') format('truetype');
|
||
|
}
|
||
|
|
||
|
.laydate-icon{
|
||
|
font-family:"laydate-icon" !important;
|
||
|
font-size: 16px;
|
||
|
font-style: normal;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|