openhab-core/bundles/org.openhab.ui.dashboard/web/fonts/icomoon.css
Kai Kreuzer a5b86617a6 initial commit of openhab core components
Signed-off-by: Kai Kreuzer <kai@openhab.org>
2015-12-26 23:22:23 +01:00

35 lines
762 B
CSS

@font-face {
font-family: 'icomoon';
src:url('icomoon.eot?-sxozs7');
src:url('icomoon.eot?#iefix-sxozs7') format('embedded-opentype'),
url('icomoon.woff?-sxozs7') format('woff'),
url('icomoon.ttf?-sxozs7') format('truetype'),
url('icomoon.svg?-sxozs7#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
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-apple:before {
content: "\e796";
}
.icon-android:before {
content: "\e798";
}
.icon-html5:before {
content: "\e7ba";
}