heyui
Version:
A UI components Library.
130 lines (125 loc) • 2.31 kB
CSS
@font-face {
font-family: 'heyui';
src: url('fonts/heyui.eot?kh9cg');
src: url('fonts/heyui.eot?kh9cg#iefix') format('embedded-opentype'),
url('fonts/heyui.ttf?kh9cg') format('truetype'),
url('fonts/heyui.woff?kh9cg') format('woff'),
url('fonts/heyui.svg?kh9cg#heyui') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="h-icon-"], [class*=" h-icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'heyui' ;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.h-icon-calendar:before {
content: "\e911";
}
.h-icon-loading:before {
content: "\e97f";
}
.h-icon-spinner:before {
content: "\e981";
}
.h-icon-completed:before {
content: "\e930";
}
.h-icon-refresh:before {
content: "\e901";
}
.h-icon-home:before {
content: "\e907";
}
.h-icon-user:before {
content: "\e90a";
}
.h-icon-task:before {
content: "\e90b";
}
.h-icon-message:before {
content: "\e90c";
}
.h-icon-fullscreen:before {
content: "\e90d";
}
.h-icon-menu:before {
content: "\e90e";
}
.h-icon-link:before {
content: "\e910";
}
.h-icon-trash:before {
content: "\e918";
}
.h-icon-users:before {
content: "\e919";
}
.h-icon-complete:before {
content: "\e91a";
}
.h-icon-bell:before {
content: "\e91b";
}
.h-icon-search:before {
content: "\e91c";
}
.h-icon-star:before {
content: "\e91d";
}
.h-icon-star-on:before {
content: "\e91e";
}
.h-icon-setting:before {
content: "\e926";
}
.h-icon-info:before {
content: "\e900";
}
.h-icon-warn:before {
content: "\e902";
}
.h-icon-success:before {
content: "\e903";
}
.h-icon-error:before {
content: "\e904";
}
.h-icon-close:before {
content: "\e905";
}
.h-icon-down:before {
content: "\e906";
}
.h-icon-left:before {
content: "\e908";
}
.h-icon-top:before {
content: "\e909";
}
.h-icon-right:before {
content: "\e90f";
}
.h-icon-inbox:before {
content: "\e122";
}
.h-icon-outbox:before {
content: "\e123";
}
.h-icon-plus:before {
content: "\e114";
}
.h-icon-minus:before {
content: "\e115";
}
.h-icon-check:before {
content: "\e116";
}