2013-08-09 19:23:08 +02:00
|
|
|
@font-face {
|
2017-02-18 20:55:43 +01:00
|
|
|
font-family: 'icomoon';
|
2018-03-07 17:48:53 +01:00
|
|
|
src: url('fonts/icomoon.eot?x0id2b');
|
|
|
|
src: url('fonts/icomoon.eot?x0id2b#iefix') format('embedded-opentype'),
|
|
|
|
url('fonts/icomoon.ttf?x0id2b') format('truetype'),
|
|
|
|
url('fonts/icomoon.woff?x0id2b') format('woff'),
|
|
|
|
url('fonts/icomoon.svg?x0id2b#icomoon') format('svg');
|
2017-02-18 20:55:43 +01:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
2013-08-09 19:23:08 +02:00
|
|
|
}
|
|
|
|
|
2014-07-19 13:50:31 +02:00
|
|
|
[class^="icon-"], [class*=" icon-"] {
|
2017-02-18 20:55:43 +01:00
|
|
|
/* 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;
|
2014-07-19 13:50:31 +02:00
|
|
|
|
2017-02-18 20:55:43 +01:00
|
|
|
/* Better Font Rendering =========== */
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2013-08-09 19:23:08 +02:00
|
|
|
}
|
|
|
|
|
2018-03-07 17:48:53 +01:00
|
|
|
.icon-conversejs:before {
|
|
|
|
content: "\e600";
|
|
|
|
}
|