2019-03-15 00:35:59 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'icomoon';
|
2019-03-20 10:36:58 +01:00
|
|
|
src: url('fonts/icomoon.eot?5mam8l');
|
|
|
|
src: url('fonts/icomoon.eot?5mam8l#iefix') format('embedded-opentype'),
|
|
|
|
url('fonts/icomoon.ttf?5mam8l') format('truetype'),
|
|
|
|
url('fonts/icomoon.woff?5mam8l') format('woff'),
|
|
|
|
url('fonts/icomoon.svg?5mam8l#icomoon') format('svg');
|
2019-03-15 00:35:59 +01:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2019-03-20 10:36:58 +01:00
|
|
|
.icon-file-pdf-o:before {
|
|
|
|
content: "\e905";
|
|
|
|
}
|
2019-03-15 00:35:59 +01:00
|
|
|
.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";
|
|
|
|
}
|