diff --git a/css/styles.css b/css/styles.css index e28bdd2..9421d5b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -6063,15 +6063,15 @@ a .icon-flip-vertical:before { * Twitter: http://twitter.com/Erik_UX */ @font-face { - font-family: 'weather-icons'; - src: url('../fonts/weather-icons-regular-webfont.eot'); - src: url('../fonts/weather-icons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/weather-icons-regular-webfont.woff') format('woff'), url('../fonts/weather-icons-regular-webfont.ttf') format('truetype'), url('../fonts/weather-icons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg'); + font-family: 'weathericons'; + src: url('../fonts/weathericons-regular-webfont.eot'); + src: url('../fonts/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/weathericons-regular-webfont.woff') format('woff'), url('../fonts/weathericons-regular-webfont.ttf') format('truetype'), url('../fonts/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg'); font-weight: normal; font-style: normal; } .wi { display: inline-block; - font-family: 'weather-icons'; + font-family: 'weathericons'; font-style: normal; font-weight: normal; line-height: 1; diff --git a/font/WeatherIcons-Regular.otf b/font/WeatherIcons-Regular.otf deleted file mode 100644 index af148d8..0000000 Binary files a/font/WeatherIcons-Regular.otf and /dev/null differ diff --git a/font/weathericons-regular-webfont.eot b/fonts/weathericons-regular-webfont.eot similarity index 100% rename from font/weathericons-regular-webfont.eot rename to fonts/weathericons-regular-webfont.eot diff --git a/font/weathericons-regular-webfont.svg b/fonts/weathericons-regular-webfont.svg similarity index 100% rename from font/weathericons-regular-webfont.svg rename to fonts/weathericons-regular-webfont.svg diff --git a/font/weathericons-regular-webfont.ttf b/fonts/weathericons-regular-webfont.ttf similarity index 100% rename from font/weathericons-regular-webfont.ttf rename to fonts/weathericons-regular-webfont.ttf diff --git a/font/weathericons-regular-webfont.woff b/fonts/weathericons-regular-webfont.woff similarity index 100% rename from font/weathericons-regular-webfont.woff rename to fonts/weathericons-regular-webfont.woff