WIP of display modules. Vue parcel setup.
This commit is contained in:
45
fonts/style.css
Normal file
45
fonts/style.css
Normal file
@@ -0,0 +1,45 @@
|
||||
@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";
|
||||
}
|
||||
Reference in New Issue
Block a user