mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
39 lines
1.1 KiB
Plaintext
Executable File
39 lines
1.1 KiB
Plaintext
Executable File
@import "./variables";
|
|
|
|
@font-face {
|
|
font-family: "@{icomoon-font-family}";
|
|
src: url("@{icomoon-font-path}/@{icomoon-font-family}.eot?ehpufm");
|
|
src: url("@{icomoon-font-path}/@{icomoon-font-family}.eot?ehpufm#iefix") format("embedded-opentype"),
|
|
url("@{icomoon-font-path}/@{icomoon-font-family}.ttf?ehpufm") format("truetype"),
|
|
url("@{icomoon-font-path}/@{icomoon-font-family}.woff?ehpufm") format("woff"),
|
|
url("@{icomoon-font-path}/@{icomoon-font-family}.svg?ehpufm#@{icomoon-font-family}") format("svg");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
i.icon {
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
font-family: "@{icomoon-font-family}" !important;
|
|
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-flash-off {
|
|
&:before {
|
|
content: @icon-flash-off;
|
|
}
|
|
}
|
|
.icon-flash {
|
|
&:before {
|
|
content: @icon-flash;
|
|
}
|
|
}
|