123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- @font-face {
- font-family: 'icomoon';
- src: url('fonts/icomoon.eot?nzpz98');
- src: url('fonts/icomoon.eot?nzpz98#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?nzpz98') format('truetype'),
- url('fonts/icomoon.woff?nzpz98') format('woff'),
- url('fonts/icomoon.svg?nzpz98#icomoon') 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: 'icomoon' !important;
- speak: never;
- 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-search:before {
- content: "\e900";
- }
- .icon-earth:before {
- content: "\e901";
- }
- .icon-location-:before {
- content: "\e902";
- }
- .icon-mail:before {
- content: "\e903";
- }
- .icon-phone:before {
- content: "\e904";
- }
- .icon-arrow_next:before {
- content: "\e905";
- }
- .icon-arrow_prev:before {
- content: "\e906";
- }
- .icon-google:before {
- content: "\e907";
- }
- .icon-instagram:before {
- content: "\e908";
- }
- .icon-facebook:before {
- content: "\e909";
- }
- .icon-twitter:before {
- content: "\e90a";
- }
- .icon-pinterest:before {
- content: "\e90b";
- }
|