client/app/redash-font/style.less (32 lines of code) (raw):
@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;
}
}