1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- @font-face {
- font-family: 'iconMenu';
- src: url('fonts/iconMenu.eot?8f335y');
- src: url('fonts/iconMenu.eot?8f335y#iefix') format('embedded-opentype'),
- url('fonts/iconMenu.ttf?8f335y') format('truetype'),
- url('fonts/iconMenu.woff?8f335y') format('woff'),
- url('fonts/iconMenu.svg?8f335y#iconMenu') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- [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";
- }
|