123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- @font-face {
- font-family: 'iconMenu';
- src: url('fonts/iconMenu.eot?7vsv6e');
- src: url('fonts/iconMenu.eot?7vsv6e#iefix') format('embedded-opentype'),
- url('fonts/iconMenu.ttf?7vsv6e') format('truetype'),
- url('fonts/iconMenu.woff?7vsv6e') format('woff'),
- url('fonts/iconMenu.svg?7vsv6e#iconMenu') 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: 'iconMenu' !important;
- 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;
- }
- .icon-coin-yen:before {
- content: "\42";
- }
- .icon-calendar:before {
- content: "\43";
- }
- .icon-user:before {
- content: "\44";
- }
- .icon-cog:before {
- content: "\46";
- }
- .icon-tree:before {
- content: "\45";
- }
- .icon-file-text2:before {
- content: "\41";
- }
- .icon-drawer:before {
- content: "\48";
- }
- .icon-users:before {
- content: "\4c";
- }
- .icon-spinner9:before {
- content: "\4b";
- }
- .icon-file-play:before {
- content: "\4d";
- }
- .icon-file-video:before {
- content: "\4a";
- }
- .icon-xing:before {
- content: "\47";
- }
|