123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- @font-face {
- font-family: 'iconMenu';
- src: url('fonts/iconMenu.eot?ambimp');
- src: url('fonts/iconMenu.eot?ambimp#iefix') format('embedded-opentype'),
- url('fonts/iconMenu.ttf?ambimp') format('truetype'),
- url('fonts/iconMenu.woff?ambimp') format('woff'),
- url('fonts/iconMenu.svg?ambimp#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-paste:before {
- content: "\41";
- }
- .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";
- }
|