2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 23:42:10 -06:00
erikflowers_weather-icons/sass/weather-icons-classes.scss

33 lines
1.2 KiB
SCSS
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;
2015-07-31 17:04:10 -07:00
$wi-font-family: weathericons;
2015-07-31 11:14:52 -07:00
2015-07-28 12:28:00 -07: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');
font-weight: normal;
font-style: normal;
}
.#{$wi-css-prefix} {
display: inline-block;
font-family: '#{$wi-font-family}';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2015-07-31 18:35:59 -07:00
//@import "icon-classes/classes-beaufort.scss";
2015-07-31 17:04:10 -07:00
@import "icon-classes/classes-time.scss";
@import "icon-classes/classes-moon.scss";
@import "icon-classes/classes-direction.scss";
@import "icon-classes/classes-wind.scss";
@import "icon-classes/classes-day.scss";