| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- @font-face {
- font-family: 'icomoon';
- src: url('fonts/icomoon.eot?3cgmja');
- src: url('fonts/icomoon.eot?3cgmja#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?3cgmja') format('truetype'),
- url('fonts/icomoon.woff?3cgmja') format('woff'),
- url('fonts/icomoon.svg?3cgmja#icomoon') format('svg');
- font-weight: normal;
- font-style: normal;
- }
-
- [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-home:before {
- content: "\e900";
- }
- .icon-pencil:before {
- content: "\e905";
- }
- .icon-paint-format:before {
- content: "\e90c";
- }
- .icon-book:before {
- content: "\e91f";
- }
- .icon-file-empty:before {
- content: "\e924";
- }
- .icon-file-picture:before {
- content: "\e927";
- }
- .icon-file-music:before {
- content: "\e928";
- }
- .icon-file-video:before {
- content: "\e92a";
- }
- .icon-folder-open:before {
- content: "\e930";
- }
- .icon-location:before {
- content: "\e947";
- }
- .icon-location2:before {
- content: "\e948";
- }
- .icon-bubble2:before {
- content: "\e96e";
- }
- .icon-spinner11:before {
- content: "\e984";
- }
- .icon-search:before {
- content: "\e986";
- }
- .icon-wrench:before {
- content: "\e991";
- }
- .icon-aid-kit:before {
- content: "\e998";
- }
- .icon-bin:before {
- content: "\e9ac";
- }
- .icon-briefcase:before {
- content: "\e9ae";
- }
- .icon-menu3:before {
- content: "\e9bf";
- }
- .icon-menu4:before {
- content: "\e9c0";
- }
- .icon-download3:before {
- content: "\e9c7";
- }
- .icon-upload3:before {
- content: "\e9c8";
- }
- .icon-attachment:before {
- content: "\e9cd";
- }
- .icon-eye:before {
- content: "\e9ce";
- }
- .icon-man:before {
- content: "\e9dc";
- }
- .icon-woman:before {
- content: "\e9dd";
- }
- .icon-smile:before {
- content: "\e9e1";
- }
- .icon-smile2:before {
- content: "\e9e2";
- }
- .icon-sad:before {
- content: "\e9e5";
- }
- .icon-sad2:before {
- content: "\e9e6";
- }
- .icon-point-up:before {
- content: "\ea03";
- }
- .icon-point-right:before {
- content: "\ea04";
- }
- .icon-point-down:before {
- content: "\ea05";
- }
- .icon-point-left:before {
- content: "\ea06";
- }
- .icon-cross:before {
- content: "\ea0f";
- }
- .icon-checkmark:before {
- content: "\ea10";
- }
- .icon-play2:before {
- content: "\ea15";
- }
- .icon-pause:before {
- content: "\ea16";
- }
- .icon-loop2:before {
- content: "\ea2e";
- }
- .icon-arrow-right:before {
- content: "\ea34";
- }
|