123456789101112131415161718192021222324252627282930 |
- [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-arrow-left:before {
- content: "\e900";
- }
- .icon-arrow-right:before {
- content: "\e901";
- }
- .icon-email:before {
- content: "\e902";
- }
- .icon-phone:before {
- content: "\e903";
- }
- .icon-place:before {
- content: "\e904";
- }
|