Renamed font files.

pull/82/head
Macdonald, Zak 9 years ago
parent 88895434c7
commit 468d819216

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 156 KiB

@ -0,0 +1,14 @@
// icon font
// --------------------------
@font-face {
font-family: 'WeatherIcon';
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');
}
Loading…
Cancel
Save