123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- @font-face {
- font-family: 'icomoon';
- src: url('../fonts/icomoon.eot');
- src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'),
- url('../fonts/icomoon.ttf') format('truetype'),
- url('../fonts/icomoon.woff') format('woff'),
- url('../fonts/icomoon.svg') 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: 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-linkedin:before {
- content: "\e900";
- }
- .icon-twitter:before {
- content: "\e901";
- }
- .icon-facebook:before {
- content: "\e902";
- }
- .icon-phone:before {
- content: "\e942";
- }
- .icon-envelop:before {
- content: "\e945";
- }
- .icon-location2:before {
- content: "\e948";
- }
- .icon-search:before {
- content: "\e986";
- }
- .icon-circle-up:before {
- content: "\ea41";
- }
- .icon-circle-right:before {
- content: "\ea42";
- }
- .icon-circle-down:before {
- content: "\ea43";
- }
- .icon-circle-left:before {
- content: "\ea44";
- }
- .icon-google-plus3:before {
- content: "\ea8d";
- }
- .icon-dribbble:before {
- content: "\eaa7";
- }
- .icon-pinterest:before {
- content: "\ead1";
- }
|