123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- @font-face {
- font-family: "icomoon";
- src: url("../fonts/icomoon.eot?kjugxh");
- src: url("../fonts/icomoon.eot?kjugxh#iefix") format("embedded-opentype"),
- url("../fonts/icomoon.ttf?kjugxh") format("truetype"), url("../fonts/icomoon.woff?kjugxh") format("woff"),
- url("../fonts/icomoon.svg?kjugxh#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-facebook1:before {
- content: "\e908";
- }
- .icon-twitter1:before {
- content: "\e907";
- }
- .icon-pinterest1:before {
- content: "\e906";
- }
- .icon-instagram:before {
- content: "\e905";
- }
- .icon-google:before {
- content: "\e904";
- }
- .icon-circle:before {
- content: "\e903";
- }
- .icon-linkedin:before {
- content: "\e900";
- }
- .icon-twitter:before {
- content: "\e901";
- }
- .icon-facebook:before {
- content: "\e902";
- }
- .icon-search:before {
- content: "\e986";
- }
- .icon-circle-up:before {
- content: "\ea41";
- }
- .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";
- }
|