12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- @font-face {
- font-family: 'fontello';
- src: url('../../fonts/fontello.eot?94605909');
- src: url('../../fonts/fontello.eot?94605909#iefix') format('embedded-opentype'),
- url('../../fonts/fontello.woff2?94605909') format('woff2'),
- url('../../fonts/fontello.woff?94605909') format('woff'),
- url('../../fonts/fontello.ttf?94605909') format('truetype'),
- url('../../fonts/fontello.svg?94605909#fontello') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
- /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
- /*
- @media screen and (-webkit-min-device-pixel-ratio:0) {
- @font-face {
- font-family: 'fontello';
- src: url('../font/fontello.svg?94605909#fontello') format('svg');
- }
- }
- */
-
- [class^="icon-"]:before, [class*=" icon-"]:before {
- font-family: "fontello";
- font-style: normal;
- font-weight: normal;
- speak: none;
-
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- margin-right: .2em;
- text-align: center;
- /* opacity: .8; */
-
- /* For safety - reset parent styles, that can break glyph codes*/
- font-variant: normal;
- text-transform: none;
-
- /* fix buttons height, for twitter bootstrap */
- line-height: 1em;
-
- /* Animation center compensation - margins should be symmetric */
- /* remove if not needed */
- margin-left: .2em;
-
- /* you can be more comfortable with increased icons size */
- /* font-size: 120%; */
-
- /* Font smoothing. That was taken from TWBS */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-
- /* Uncomment for 3D effect */
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
- }
-
- .icon-happiness:before { content: '\e800'; } /* '' */
- .icon-headphones:before { content: '\e801'; } /* '' */
- .icon-joystick:before { content: '\e802'; } /* '' */
- .icon-kitchen-pack:before { content: '\e803'; } /* '' */
- .icon-laptop:before { content: '\e804'; } /* '' */
- .icon-photograph:before { content: '\e805'; } /* '' */
- .icon-printer:before { content: '\e806'; } /* '' */
- .icon-rating:before { content: '\e807'; } /* '' */
- .icon-refrigerator:before { content: '\e808'; } /* '' */
- .icon-shipping-car:before { content: '\e809'; } /* '' */
- .icon-social-facebook-square:before { content: '\e80a'; } /* '' */
- .icon-social-instagram:before { content: '\e80b'; } /* '' */
- .icon-social-pinterest:before { content: '\e80c'; } /* '' */
- .icon-social-twitter:before { content: '\e80d'; } /* '' */
- .icon-support-expart:before { content: '\e80e'; } /* '' */
- .icon-heart:before { content: '\e80f'; } /* '' */
- .icon-star-empty:before { content: '\e810'; } /* '' */
- .icon-trusty:before { content: '\e811'; } /* '' */
- .icon-zoom:before { content: '\e812'; } /* '' */
- .icon-air-conditions:before { content: '\e813'; } /* '' */
- .icon-arrow-right-2:before { content: '\e814'; } /* '' */
- .icon-camera:before { content: '\e815'; } /* '' */
- .icon-categori-all:before { content: '\e816'; } /* '' */
- .icon-compare:before { content: '\e817'; } /* '' */
- .icon-computer:before { content: '\e818'; } /* '' */
- .icon-drone:before { content: '\e819'; } /* '' */
- .icon-echo-dot:before { content: '\e81a'; } /* '' */
- .icon-gadget:before { content: '\e81b'; } /* '' */
- .icon-heart-empty:before { content: '\e81c'; } /* '' */
- .icon-angle-down:before { content: '\e81d'; } /* '' */
- .icon-arrow-right-1:before { content: '\e81e'; } /* '' */
- .icon-basket:before { content: '\e81f'; } /* '' */
- .icon-star-half-alt:before { content: '\f123'; } /* '' */
- .icon-share:before { content: '\f1e0'; } /* '' */
|