mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-13 14:41:00 +01:00
35 lines
762 B
CSS
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";
|
||
|
}
|