2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 15:32:13 -06:00
erikflowers_weather-icons/less/weather-icons-classes.less

35 lines
1.2 KiB
Plaintext
Raw Normal View History

2015-07-31 11:14:52 -07:00
// Base Variables
@wi-path: "../font";
@wi-version: "2.0";
@wi-css-prefix: wi;
@wi-font-family: weathericons;
2013-08-03 17:29:32 -06:00
@font-face {
font-family: '@{wi-font-family}';
src: url('@{wi-path}/@{wi-font-family}-regular-webfont.eot');
src: url('@{wi-path}/@{wi-font-family}-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('@{wi-path}/@{wi-font-family}-regular-webfont.woff') format('woff'),
url('@{wi-path}/@{wi-font-family}-regular-webfont.ttf') format('truetype'),
url('@{wi-path}/@{wi-font-family}-regular-webfont.svg#weathericons-regular-webfontRg') format('svg');
2013-08-03 17:29:32 -06:00
font-weight: normal;
font-style: normal;
}
.@{wi-css-prefix} {
display: inline-block;
font-family: '@{wi-font-family}';
2013-08-03 17:29:32 -06:00
font-style: normal;
font-weight: normal;
line-height: 1;
2013-08-03 17:29:32 -06:00
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
2013-08-03 17:29:32 -06:00
}
2015-07-31 17:04:10 -07:00
@import "icon-classes/classes-beaufort.less";
@import "icon-classes/classes-time.less";
@import "icon-classes/classes-moon.less";
@import "icon-classes/classes-direction.less";
2015-07-31 17:04:10 -07:00
// wind directions
@import "icon-classes/classes-wind.less";