42 lines
1.0 KiB
SCSS
42 lines
1.0 KiB
SCSS
@font-face {
|
|
font-family: 'icomoon';
|
|
src: url('/fonts/icomoon.eot?74go0w');
|
|
src: url('/fonts/icomoon.eot?74go0w#iefix') format('embedded-opentype'),
|
|
url('/fonts/icomoon.ttf?74go0w') format('truetype'),
|
|
url('/fonts/icomoon.woff?74go0w') format('woff'),
|
|
url('/fonts/icomoon.svg?74go0w#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-close:before {
|
|
content: "\f00d";
|
|
}
|
|
.icon-remove:before {
|
|
content: "\f00d";
|
|
}
|
|
.icon-times:before {
|
|
content: "\f00d";
|
|
}
|
|
.icon-exclamation-triangle:before {
|
|
content: "\f071";
|
|
}
|
|
.icon-warning:before {
|
|
content: "\f071";
|
|
} |