123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- @font-face {
- font-family: 'iconMenu';
- src: url('fonts/iconMenu.eot?hcw3jq');
- src: url('fonts/iconMenu.eot?hcw3jq#iefix') format('embedded-opentype'),
- url('fonts/iconMenu.ttf?hcw3jq') format('truetype'),
- url('fonts/iconMenu.woff?hcw3jq') format('woff'),
- url('fonts/iconMenu.svg?hcw3jq#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-home:before {
- content: "\4a";
- }
- .icon-paste:before {
- content: "\41";
- }
- .icon-cart:before {
- content: "\47";
- }
- .icon-coin-yen:before {
- content: "\42";
- }
- .icon-envelop:before {
- content: "\48";
- }
- .icon-calendar:before {
- content: "\43";
- }
- .icon-user:before {
- content: "\44";
- }
- .icon-cog:before {
- content: "\46";
- }
- .icon-switch:before {
- content: "\4b";
- }
- .icon-clipboard:before {
- content: "\49";
- }
- .icon-tree:before {
- content: "\45";
- }
|