123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- @font-face {
- font-family: 'icomoon';
- src: url('fonts/icomoon.eot?ezztx0');
- src: url('fonts/icomoon.eot?ezztx0#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?ezztx0') format('truetype'),
- url('fonts/icomoon.woff?ezztx0') format('woff'),
- url('fonts/icomoon.svg?ezztx0#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-h1:before {
- content: "\e904";
- }
- .icon-h2:before {
- content: "\e905";
- }
- .icon-h3:before {
- content: "\e906";
- }
- .icon-arrow-left:before {
- content: "\e907";
- }
- .icon-arrow-right:before {
- content: "\e900";
- }
- .icon-i18n:before {
- content: "\e901";
- }
- .icon-search:before {
- content: "\e902";
- }
- .icon-brand:before {
- content: "\e903";
- }
|