123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- @font-face {
- font-family: 'icomoon';
- src: url('../fonts/icomoon.eot?wfq3mh');
- src: url('../fonts/icomoon.eot?wfq3mh#iefix') format('embedded-opentype'),
- url('../fonts/icomoon.ttf?wfq3mh') format('truetype'),
- url('../fonts/icomoon.woff?wfq3mh') format('woff'),
- url('../fonts/icomoon.svg?wfq3mh#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-envelope-o:before {
- content: "\f003";
- }
- .icon-check:before {
- content: "\f00c";
- }
- .icon-map-marker:before {
- content: "\f041";
- }
- .icon-phone:before {
- content: "\f095";
- }
- .icon-briefcase:before {
- content: "\f0b1";
- }
- .icon-bars:before {
- content: "\f0c9";
- }
- .icon-navicon:before {
- content: "\f0c9";
- }
- .icon-reorder:before {
- content: "\f0c9";
- }
- .icon-angle-left:before {
- content: "\f104";
- }
- .icon-angle-right:before {
- content: "\f105";
- }
- .icon-quote-right:before {
- content: "\f10e";
- }
|