| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- /*
- Flaticon icon font: Flaticon
- Creation date: 22/06/2016 15:39
- */
- @font-face {
- font-family: "Flaticon";
- src: url("./Flaticon.eot");
- src: url("./Flaticon.eot?#iefix") format("embedded-opentype"),
- url("./Flaticon.woff") format("woff"),
- url("./Flaticon.ttf") format("truetype"),
- url("./Flaticon.svg#Flaticon") format("svg");
- font-weight: normal;
- font-style: normal;
- }
- @media screen and (-webkit-min-device-pixel-ratio:0) {
- @font-face {
- font-family: "Flaticon";
- src: url("./Flaticon.svg#Flaticon") format("svg");
- }
- }
- [class^="flaticon-"]:before, [class*=" flaticon-"]:before,
- [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
- font-family: Flaticon;
- font-size: 20px;
- font-style: normal;
- margin-left: 20px;
- }
- .flaticon-email:before { content: "\f100"; }
- .flaticon-email-1:before { content: "\f101"; }
- .flaticon-email-10:before { content: "\f102"; }
- .flaticon-email-11:before { content: "\f103"; }
- .flaticon-email-12:before { content: "\f104"; }
- .flaticon-email-13:before { content: "\f105"; }
- .flaticon-email-14:before { content: "\f106"; }
- .flaticon-email-15:before { content: "\f107"; }
- .flaticon-email-16:before { content: "\f108"; }
- .flaticon-email-2:before { content: "\f109"; }
- .flaticon-email-3:before { content: "\f10a"; }
- .flaticon-email-4:before { content: "\f10b"; }
- .flaticon-email-5:before { content: "\f10c"; }
- .flaticon-email-6:before { content: "\f10d"; }
- .flaticon-email-7:before { content: "\f10e"; }
- .flaticon-email-8:before { content: "\f10f"; }
- .flaticon-email-9:before { content: "\f110"; }
- .flaticon-inbox:before { content: "\f111"; }
- .flaticon-mobile-phone:before { content: "\f112"; }
- .flaticon-mobile-phone-1:before { content: "\f113"; }
- .flaticon-mobile-phone-2:before { content: "\f114"; }
- .flaticon-mobile-phone-3:before { content: "\f115"; }
- .flaticon-mobile-phone-4:before { content: "\f116"; }
- .flaticon-outbox:before { content: "\f117"; }
- .flaticon-phone-book:before { content: "\f118"; }
- .flaticon-phone-book-1:before { content: "\f119"; }
- .flaticon-phone-book-2:before { content: "\f11a"; }
- .flaticon-phone-call:before { content: "\f11b"; }
- .flaticon-phone-call-1:before { content: "\f11c"; }
- .flaticon-phone-call-2:before { content: "\f11d"; }
- .flaticon-smartphone:before { content: "\f11e"; }
- .flaticon-smartphone-1:before { content: "\f11f"; }
- .flaticon-smartphone-2:before { content: "\f120"; }
- .flaticon-smartphone-3:before { content: "\f121"; }
- .flaticon-smartphone-4:before { content: "\f122"; }
- .flaticon-speech-bubble:before { content: "\f123"; }
- .flaticon-speech-bubble-1:before { content: "\f124"; }
- .flaticon-speech-bubble-2:before { content: "\f125"; }
- .flaticon-speech-bubble-3:before { content: "\f126"; }
- .flaticon-speech-bubble-4:before { content: "\f127"; }
- .flaticon-speech-bubble-5:before { content: "\f128"; }
- .flaticon-speech-bubble-6:before { content: "\f129"; }
- .flaticon-speech-bubble-7:before { content: "\f12a"; }
- .flaticon-speech-bubble-8:before { content: "\f12b"; }
- .flaticon-speech-bubble-9:before { content: "\f12c"; }
|