Fixed font location issue, include ordering.

pull/82/head
Macdonald, Zak 9 years ago
parent 2208eb31b6
commit 66ab6a57b2

@ -3,12 +3,12 @@
@font-face {
font-family: 'WeatherIcon';
font-family: 'WeatherIcons';
font-style: normal;
font-weight: normal;
src: url('#{$wi-font-path}/weathericon-webfont.eot?v=#{$wi-version}');
src: url('#{$wi-font-path}/weathericon-webfont.eot?#iefix&v=#{$wi-version}') format('embedded-opentype'),
url('#{$wi-font-path}/weathericon-webfont.woff?v=#{$wi-version}') format('woff'),
url('#{$wi-font-path}/weathericon-webfont.ttf?v=#{$wi-version}') format('truetype'),
url('#{$wi-font-path}/weathericon-webfont.svg?v=#{$wi-version}#weathericonregular') format('svg');
src: url('#{$wi-font-path}/weathericons-webfont.eot?v=#{$wi-version}');
src: url('#{$wi-font-path}/weathericons-webfont.eot?#iefix&v=#{$wi-version}') format('embedded-opentype'),
url('#{$wi-font-path}/weathericons-webfont.woff?v=#{$wi-version}') format('woff'),
url('#{$wi-font-path}/weathericons-webfont.ttf?v=#{$wi-version}') format('truetype'),
url('#{$wi-font-path}/weathericons-webfont.svg?v=#{$wi-version}#weathericonregular') format('svg');
}

@ -32,4 +32,4 @@
-webkit-transform: scale($horiz, $vert);
-ms-transform: scale($horiz, $vert);
transform: scale($horiz, $vert);
}
}

@ -29,12 +29,10 @@
// the building blocks
@import "variables";
@import "core";
@import "functions";
@import "mixins";
// the steak
@import "font";
@import "core";
@import "functions";
@import "icons";
// the sizzle

Loading…
Cancel
Save