@bimdos/icon
Version:
跨框架图标库,支持 React、Vue、Angular、AngularJS、小程序等多种使用方式
41 lines (33 loc) • 836 B
CSS
@font-face {
font-family: 'bimdos-icon';
src: url('./fonts/bimdos-icon.eot');
src: url('./fonts/bimdos-icon.eot?#iefix') format('embedded-opentype'),
url('./fonts/bimdos-icon.woff2') format('woff2'),
url('./fonts/bimdos-icon.woff') format('woff'),
url('./fonts/bimdos-icon.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.bimdos-icon {
font-family: 'bimdos-icon' ;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.bimdos-icon-up:before {
content: "\e000";
}
.bimdos-icon-right:before {
content: "\e001";
}
.bimdos-icon-left:before {
content: "\e002";
}
.bimdos-icon-down:before {
content: "\e003";
}