12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- @font-face {
- font-family: 'icomoon';
- src: url('fonts/icomoon.eot?efg8bq');
- src: url('fonts/icomoon.eot?efg8bq#iefix') format('embedded-opentype'),
- url('fonts/icomoon.ttf?efg8bq') format('truetype'),
- url('fonts/icomoon.woff?efg8bq') format('woff'),
- url('fonts/icomoon.svg?efg8bq#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-phone-icon:before {
- content: "\e906";
- color: #999;
- }
- .icon-resume-icon:before {
- content: "\e900";
- color: #808080;
- }
- .icon-evaluate-icon:before {
- content: "\e901";
- color: #808080;
- }
- .icon-setting-icon:before {
- content: "\e902";
- color: #808080;
- }
- .icon-delivery-icon:before {
- content: "\e903";
- color: #808080;
- }
- .icon-interview-icon:before {
- content: "\e904";
- color: #808080;
- }
- .icon-train-icon:before {
- content: "\e905";
- color: #808080;
- }
|