15 lines
451 B
SCSS
15 lines
451 B
SCSS
@charset "UTF-8";
|
|
|
|
@font-face {font-family: 'iconfont';
|
|
src: url('/fonts/iconfont/iconfont.woff') format('woff'), /* chrome、firefox */
|
|
url('/fonts/iconfont/iconfont.ttf') format('truetype'); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont";
|
|
font-size: 1rem;
|
|
font-style:normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-webkit-text-stroke-width: 0.2px;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
} |