forked from orson/bachemap
58 lines
1.2 KiB
CSS
58 lines
1.2 KiB
CSS
@font-face {
|
|
font-family: 'icomoon';
|
|
src: url('fonts/icomoon.eot?z8tny2');
|
|
src: url('fonts/icomoon.eot?z8tny2#iefix') format('embedded-opentype'),
|
|
url('fonts/icomoon.ttf?z8tny2') format('truetype'),
|
|
url('fonts/icomoon.woff?z8tny2') format('woff'),
|
|
url('fonts/icomoon.svg?z8tny2#icomoon') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: block;
|
|
}
|
|
|
|
[class^="icon-"], [class*=" 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-lightbulb:before {
|
|
content: "\e900";
|
|
}
|
|
.icon-construction:before {
|
|
content: "\e901";
|
|
}
|
|
.icon-home3:before {
|
|
content: "\e902";
|
|
}
|
|
.icon-download:before {
|
|
content: "\e960";
|
|
}
|
|
.icon-hour-glass:before {
|
|
content: "\e979";
|
|
}
|
|
.icon-fire:before {
|
|
content: "\e9a9";
|
|
}
|
|
.icon-bin:before {
|
|
content: "\e9ac";
|
|
}
|
|
.icon-target:before {
|
|
content: "\e9b3";
|
|
}
|
|
.icon-sun:before {
|
|
content: "\e9d4";
|
|
}
|
|
.icon-contrast:before {
|
|
content: "\e9d5";
|
|
}
|