46 lines
1.0 KiB
CSS
46 lines
1.0 KiB
CSS
@font-face {
|
|
font-family: 'icomoon';
|
|
src: url('icomoon.eot?yivnrv');
|
|
src: url('icomoon.eot?yivnrv#iefix') format('embedded-opentype'),
|
|
url('icomoon.ttf?yivnrv') format('truetype'),
|
|
url('icomoon.woff?yivnrv') format('woff'),
|
|
url('icomoon.svg?yivnrv#icomoon') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: block;
|
|
}
|
|
|
|
.icon {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: 'icomoon' !important;
|
|
speak: never;
|
|
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--celsius:before {
|
|
content: "\e900";
|
|
}
|
|
.icon--barometer:before {
|
|
content: "\e901";
|
|
}
|
|
.icon--humidity:before {
|
|
content: "\e902";
|
|
}
|
|
.icon--thermometer:before {
|
|
content: "\e903";
|
|
}
|
|
.icon--fahrenheit:before {
|
|
content: "\e904";
|
|
}
|
|
.icon--raindrop:before {
|
|
content: "\e905";
|
|
}
|