42 lines
1021 B
CSS
42 lines
1021 B
CSS
![]() |
@font-face {
|
||
|
font-family: 'icomoon';
|
||
|
src: url('fonts/icomoon.eot?t31vfk');
|
||
|
src: url('fonts/icomoon.eot?t31vfk#iefix') format('embedded-opentype'),
|
||
|
url('fonts/icomoon.ttf?t31vfk') format('truetype'),
|
||
|
url('fonts/icomoon.woff?t31vfk') format('woff'),
|
||
|
url('fonts/icomoon.svg?t31vfk#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-twitter:before {
|
||
|
content: "\e904";
|
||
|
}
|
||
|
.icon-telegram:before {
|
||
|
content: "\e900";
|
||
|
}
|
||
|
.icon-envelope-open:before {
|
||
|
content: "\e901";
|
||
|
}
|
||
|
.icon-linkedin-square:before {
|
||
|
content: "\e902";
|
||
|
}
|
||
|
.icon-github-alt:before {
|
||
|
content: "\e903";
|
||
|
}
|