| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- @font-face {
- font-family: 'icomoon';
- src: url('../fonts/icomoon.eot?1ibhfk');
- src: url('../fonts/icomoon.eot?1ibhfk#iefix') format('embedded-opentype'),
- url('../fonts/icomoon.ttf?1ibhfk') format('truetype'),
- url('../fonts/icomoon.woff?1ibhfk') format('woff'),
- url('../fonts/icomoon.svg?1ibhfk#icomoon') format('svg');
- font-weight: normal;
- font-style: normal;
- font-display: block;
- }
- [class^="icon-"], [class*=" icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'icomoon' !important;
- speak: never;
- 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;
- }
- .icon-ban:before {
- content: "\e907";
- }
- .icon-list:before {
- content: "\e902";
- }
- .icon-tasks:before {
- content: "\e903";
- }
- .icon-upload:before {
- content: "\e904";
- }
- .icon-download:before {
- content: "\e905";
- }
- .icon-chain:before {
- content: "\e906";
- }
- .icon-link:before {
- content: "\e906";
- }
- .icon-file-text-o:before {
- content: "\e900";
- }
- .icon-search:before {
- content: "\e901";
- }
|