xmpp.chapril.org-conversejs/fonticons/style.css

30 lines
826 B
CSS
Raw Normal View History

2013-08-09 19:23:08 +02:00
@font-face {
2017-02-18 20:55:43 +01:00
font-family: 'icomoon';
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
}
.icon-conversejs:before {
content: "\e600";
}