diff --git a/README.md b/README.md index d52b9e7..88597c4 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Weather Icons -*Version 1.2 - June 1st, 2014* +*Version 1.3 - November 30th, 2014* ## A free, open source icon-font of Weather icons -Weather Icons is a font of 123 weather themed icons, ready to be dropped right into [Bootstrap](http://www.getbootstrap.com) or any other project. +Weather Icons is a font of 189 weather themed icons, ready to be dropped right into [Bootstrap](http://www.getbootstrap.com) or any other project. Inspired by [Font Awesome](http://fontawesome.io/), they work in essentially the same way. They are infinitley scalable and any CSS that can be applied to text can be applied to them. All you need to do to insert an icon is add the base class and the specific icon class to an "i" element: @@ -20,18 +20,26 @@ Getting started is easy. First, put the fonts in the directory ABOVE your css di Include in your main .less file `weather-icons/weather-icons.less` and that is all you need to do. +It is best to download the [repo](http://www.github.com/erikflowers/weather-icons) from Github if you want to keep up to date. Please report any issues or requests to the repository here + #### CSS Only Method If you just want to add a css file to your project with no Less compiling, you just need to reference the `weather-icons.css` included in the css folder. *If you are not familiar with using Bootstrap, or using Bootstrap in the precompiled Less mode, I would recommend you give it a try)* -## Version 1.2 -This is my first attempt at a [Bootstrap](http://www.getbootstrap.com) and/or web ready icon-font, so there will be updates and improvements. It is best to download the [repo](http://www.github.com/erikflowers/weather-icons) from Github if you want to keep up to date. Please report any issues or requests to the repository here +## New in version 1.3 +Umbrella, day-windy, night-alt-cloudy, up-left, down-right, day-sleet, night-sleet, night-alt-sleet, sleet, day-haze. -The icon designs are originally by [Lukas Bischoff](http://www.twitter.com/artill). The font has been modified slightly for icon-font usage, and turned into a HTML/CSS/LESS addon by [me (Erik)](http://www.helloerik.com). +28 moon phase icons + +12 clock icons + +13 Beafort Scale icons ### Collaboration If you feel so inclined to add icon ideas, icon art, or other fixes/changes to how the package works, feel free to help! I'd also love it if someone wanted to make this a component as well for bower, npm, component, etc. No idea how to do that myself (yet). ## Credit +The icon designs are originally by [Lukas Bischoff](http://www.twitter.com/artill). Icon art for v1.1 forward, HTML, Less, and CSS are by [me (Erik)](http://www.helloerik.com). + None of this would be possible without [Bootstrap](http://www.getbootstrap.com), [Font Awesome](http://fontawesome.io/) and [Lukas Bischoff](http://www.twitter.com/artill). I just put it all together into a neat package. Cheatsheet provided by Michael Woywod. Weather Icons licensed under [SIL OFL 1.1](http://scripts.sil.org/OFL) — Code licensed under [MIT License](http://opensource.org/licenses/mit-license.html) — Documentation licensed under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0) diff --git a/css/README.md b/css/README.md index 7fe1e61..331d326 100644 --- a/css/README.md +++ b/css/README.md @@ -1,4 +1,4 @@ # Weather Icons -*Version 1.2 - June 1st 2014* +*Version 1.3 - November 30th, 2014* If you want to just include the CSS itself, just reference this file. Make sure you have the `font` folder that holds all the font files a level above the CSS folder. If you want to change it, you'll have to edit it in the source. \ No newline at end of file diff --git a/css/weather-icons.css b/css/weather-icons.css index a2d94ee..67f9d01 100644 --- a/css/weather-icons.css +++ b/css/weather-icons.css @@ -1,5 +1,6 @@ /*! - * Weather Icons 1.2 + * Weather Icons 1.3 + * Updated November 30th, 2014 * Weather themed icons for Bootstrap * ------------------------------------------------------------------------------ * Maintained at http://erikflowers.github.io/weather-icons @@ -23,8 +24,8 @@ */ @font-face { 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'); + src: url('../font/weathericons-regular-webfont.eot'); + src: url('../font/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/weathericons-regular-webfont.woff') format('woff'), url('../font/weathericons-regular-webfont.ttf') format('truetype'), url('../font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg') format('svg'); font-weight: normal; font-style: normal; } @@ -376,36 +377,366 @@ .wi-stars:before { content: "\f077"; } -.wi-moon-full:before { - content: "\f078"; -} -.wi-moon-waxing-gibbous:before { - content: "\f079"; -} -.wi-moon-waxing-quarter:before { - content: "\f07a"; -} -.wi-moon-waxing-crescent:before { - content: "\f07b"; -} -.wi-moon-young:before { - content: "\f07c"; -} -.wi-moon-new:before { - content: "\f07d"; -} -.wi-moon-old:before { - content: "\f07e"; -} -.wi-moon-waning-crescent:before { - content: "\f080"; -} -.wi-moon-waning-quarter:before { - content: "\f081"; -} -.wi-moon-waning-gibbous:before { - content: "\f082"; -} .wi-night-partly-cloudy:before { content: "\f083"; } +.wi-umbrella:before { + content: "\f084"; +} +.wi-day-windy:before { + content: "\f085"; +} +.wi-night-alt-cloudy:before { + content: "\f086"; +} +.wi-up-left:before { + content: "\f087"; +} +.wi-down-right:before { + content: "\f088"; +} +.wi-time-12:before { + content: "\f089"; +} +.wi-time-1:before { + content: "\f08a"; +} +.wi-time-2:before { + content: "\f08b"; +} +.wi-time-3:before { + content: "\f08c"; +} +.wi-time-4:before { + content: "\f08d"; +} +.wi-time-5:before { + content: "\f08e"; +} +.wi-time-6:before { + content: "\f08f"; +} +.wi-time-7:before { + content: "\f090"; +} +.wi-time-8:before { + content: "\f091"; +} +.wi-time-9:before { + content: "\f092"; +} +.wi-time-10:before { + content: "\f093"; +} +.wi-time-11:before { + content: "\f094"; +} +.wi-day-sleet:before { + content: "\f0b2"; +} +.wi-night-sleet:before { + content: "\f0b3"; +} +.wi-night-alt-sleet:before { + content: "\f0b4"; +} +.wi-sleet:before { + content: "\f0b5"; +} +.wi-day-haze:before { + content: "\f0b6"; +} +.wi-beafort-0:before { + content: "\f0b7"; +} +.wi-beafort-1:before { + content: "\f0b8"; +} +.wi-beafort-2:before { + content: "\f0b9"; +} +.wi-beafort-3:before { + content: "\f0ba"; +} +.wi-beafort-4:before { + content: "\f0bb"; +} +.wi-beafort-5:before { + content: "\f0bc"; +} +.wi-beafort-6:before { + content: "\f0bd"; +} +.wi-beafort-7:before { + content: "\f0be"; +} +.wi-beafort-8:before { + content: "\f0bf"; +} +.wi-beafort-9:before { + content: "\f0c0"; +} +.wi-beafort-10:before { + content: "\f0c1"; +} +.wi-beafort-11:before { + content: "\f0c2"; +} +.wi-beafort-12:before { + content: "\f0c3"; +} +.wi-wind-default:before { + content: "\f0b1"; +} +wi-wind-default._0-deg { + -webkit-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -ms-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); +} +wi-wind-default._15-deg { + -webkit-transform: rotate(15deg); + -moz-transform: rotate(15deg); + -ms-transform: rotate(15deg); + -o-transform: rotate(15deg); + transform: rotate(15deg); +} +wi-wind-default._30-deg { + -webkit-transform: rotate(30deg); + -moz-transform: rotate(30deg); + -ms-transform: rotate(30deg); + -o-transform: rotate(30deg); + transform: rotate(30deg); +} +wi-wind-default._45-deg { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); +} +wi-wind-default._60-deg { + -webkit-transform: rotate(60deg); + -moz-transform: rotate(60deg); + -ms-transform: rotate(60deg); + -o-transform: rotate(60deg); + transform: rotate(60deg); +} +wi-wind-default._75-deg { + -webkit-transform: rotate(75deg); + -moz-transform: rotate(75deg); + -ms-transform: rotate(75deg); + -o-transform: rotate(75deg); + transform: rotate(75deg); +} +wi-wind-default._90-deg { + -webkit-transform: rotate(90deg); + -moz-transform: rotate(90deg); + -ms-transform: rotate(90deg); + -o-transform: rotate(90deg); + transform: rotate(90deg); +} +wi-wind-default._105-deg { + -webkit-transform: rotate(105deg); + -moz-transform: rotate(105deg); + -ms-transform: rotate(105deg); + -o-transform: rotate(105deg); + transform: rotate(105deg); +} +wi-wind-default._120-deg { + -webkit-transform: rotate(120deg); + -moz-transform: rotate(120deg); + -ms-transform: rotate(120deg); + -o-transform: rotate(120deg); + transform: rotate(120deg); +} +wi-wind-default._135-deg { + -webkit-transform: rotate(135deg); + -moz-transform: rotate(135deg); + -ms-transform: rotate(135deg); + -o-transform: rotate(135deg); + transform: rotate(135deg); +} +wi-wind-default._150-deg { + -webkit-transform: rotate(150deg); + -moz-transform: rotate(150deg); + -ms-transform: rotate(150deg); + -o-transform: rotate(150deg); + transform: rotate(150deg); +} +wi-wind-default._165-deg { + -webkit-transform: rotate(165deg); + -moz-transform: rotate(165deg); + -ms-transform: rotate(165deg); + -o-transform: rotate(165deg); + transform: rotate(165deg); +} +wi-wind-default._180-deg { + -webkit-transform: rotate(180deg); + -moz-transform: rotate(180deg); + -ms-transform: rotate(180deg); + -o-transform: rotate(180deg); + transform: rotate(180deg); +} +wi-wind-default._195-deg { + -webkit-transform: rotate(195deg); + -moz-transform: rotate(195deg); + -ms-transform: rotate(195deg); + -o-transform: rotate(195deg); + transform: rotate(195deg); +} +wi-wind-default._210-deg { + -webkit-transform: rotate(210deg); + -moz-transform: rotate(210deg); + -ms-transform: rotate(210deg); + -o-transform: rotate(210deg); + transform: rotate(210deg); +} +wi-wind-default._225-deg { + -webkit-transform: rotate(225deg); + -moz-transform: rotate(225deg); + -ms-transform: rotate(225deg); + -o-transform: rotate(225deg); + transform: rotate(225deg); +} +wi-wind-default._240-deg { + -webkit-transform: rotate(240deg); + -moz-transform: rotate(240deg); + -ms-transform: rotate(240deg); + -o-transform: rotate(240deg); + transform: rotate(240deg); +} +wi-wind-default._255-deg { + -webkit-transform: rotate(255deg); + -moz-transform: rotate(255deg); + -ms-transform: rotate(255deg); + -o-transform: rotate(255deg); + transform: rotate(255deg); +} +wi-wind-default._270-deg { + -webkit-transform: rotate(270deg); + -moz-transform: rotate(270deg); + -ms-transform: rotate(270deg); + -o-transform: rotate(270deg); + transform: rotate(270deg); +} +wi-wind-default._285-deg { + -webkit-transform: rotate(295deg); + -moz-transform: rotate(295deg); + -ms-transform: rotate(295deg); + -o-transform: rotate(295deg); + transform: rotate(295deg); +} +wi-wind-default._300-deg { + -webkit-transform: rotate(300deg); + -moz-transform: rotate(300deg); + -ms-transform: rotate(300deg); + -o-transform: rotate(300deg); + transform: rotate(300deg); +} +wi-wind-default._315-deg { + -webkit-transform: rotate(315deg); + -moz-transform: rotate(315deg); + -ms-transform: rotate(315deg); + -o-transform: rotate(315deg); + transform: rotate(315deg); +} +wi-wind-default._330-deg { + -webkit-transform: rotate(330deg); + -moz-transform: rotate(330deg); + -ms-transform: rotate(330deg); + -o-transform: rotate(330deg); + transform: rotate(330deg); +} +wi-wind-default._345-deg { + -webkit-transform: rotate(345deg); + -moz-transform: rotate(345deg); + -ms-transform: rotate(345deg); + -o-transform: rotate(345deg); + transform: rotate(345deg); +} +.wi-moon-new:before { + content: "\f095"; +} +.wi-moon-waxing-cresent-1:before { + content: "\f096"; +} +.wi-moon-waxing-cresent-2:before { + content: "\f097"; +} +.wi-moon-waxing-cresent-3:before { + content: "\f098"; +} +.wi-moon-waxing-cresent-4:before { + content: "\f099"; +} +.wi-moon-waxing-cresent-5:before { + content: "\f09a"; +} +.wi-moon-waxing-cresent-6:before { + content: "\f09b"; +} +.wi-moon-first-quarter:before { + content: "\f09c"; +} +.wi-moon-waxing-gibbous-1:before { + content: "\f09d"; +} +.wi-moon-waxing-gibbous-2:before { + content: "\f09e"; +} +.wi-moon-waxing-gibbous-3:before { + content: "\f09f"; +} +.wi-moon-waxing-gibbous-4:before { + content: "\f0a0"; +} +.wi-moon-waxing-gibbous-5:before { + content: "\f0a1"; +} +.wi-moon-waxing-gibbous-6:before { + content: "\f0a2"; +} +.wi-moon-full:before { + content: "\f0a3"; +} +.wi-moon-waning-gibbous-1:before { + content: "\f0a4"; +} +.wi-moon-waning-gibbous-2:before { + content: "\f0a5"; +} +.wi-moon-waning-gibbous-3:before { + content: "\f0a6"; +} +.wi-moon-waning-gibbous-4:before { + content: "\f0a7"; +} +.wi-moon-waning-gibbous-5:before { + content: "\f0a8"; +} +.wi-moon-waning-gibbous-6:before { + content: "\f0a9"; +} +.wi-moon-3rd-quarter:before { + content: "\f0aa"; +} +.wi-moon-waning-crescent-1:before { + content: "\f0ab"; +} +.wi-moon-waning-crescent-2:before { + content: "\f0ac"; +} +.wi-moon-waning-crescent-3:before { + content: "\f0ad"; +} +.wi-moon-waning-crescent-4:before { + content: "\f0ae"; +} +.wi-moon-waning-crescent-5:before { + content: "\f0af"; +} +.wi-moon-waning-crescent-6:before { + content: "\f0b0"; +} diff --git a/css/weather-icons.min.css b/css/weather-icons.min.css index a3436ad..0a60e0c 100644 --- a/css/weather-icons.min.css +++ b/css/weather-icons.min.css @@ -1,5 +1,6 @@ /*! - * Weather Icons 1.2 + * Weather Icons 1.3 + * Updated November 30th, 2014 * Weather themed icons for Bootstrap * ------------------------------------------------------------------------------ * Maintained at http://erikflowers.github.io/weather-icons @@ -20,4 +21,4 @@ * ------------------------------------------------------------------------------ * Email: erik@helloerik.com * Twitter: http://twitter.com/Erik_UX - */@font-face{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:400;font-style:normal}.wi{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-cloudy:before{content:"\f002"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-rain:before{content:"\f008"}.wi-day-showers:before{content:"\f009"}.wi-day-snow:before{content:"\f00a"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-sunny:before{content:"\f00d"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-thunderstorm:before{content:"\f010"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-cloudy:before{content:"\f013"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-lightning:before{content:"\f016"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-rain:before{content:"\f019"}.wi-showers:before{content:"\f01a"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-windy:before{content:"\f021"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-clear:before{content:"\f02e"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-cloudy:before{content:"\f031"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-rain:before{content:"\f036"}.wi-night-showers:before{content:"\f037"}.wi-night-snow:before{content:"\f038"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-celsius:before{content:"\f03c"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-refresh:before{content:"\f03e"}.wi-cloud-up:before{content:"\f040"}.wi-cloud:before{content:"\f041"}.wi-degrees:before{content:"\f042"}.wi-down-left:before{content:"\f043"}.wi-down:before{content:"\f044"}.wi-fahrenheit:before{content:"\f045"}.wi-horizon-alt:before{content:"\f046"}.wi-horizon:before{content:"\f047"}.wi-left:before{content:"\f048"}.wi-lightning:before{content:"\f016"}.wi-night-fog:before{content:"\f04a"}.wi-refresh-alt:before{content:"\f04b"}.wi-refresh:before{content:"\f04c"}.wi-right:before{content:"\f04d"}.wi-sprinkles:before{content:"\f04e"}.wi-strong-wind:before{content:"\f050"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-thermometer:before{content:"\f055"}.wi-tornado:before{content:"\f056"}.wi-up-right:before{content:"\f057"}.wi-up:before{content:"\f058"}.wi-wind-west:before{content:"\f059"}.wi-wind-south-west:before{content:"\f05a"}.wi-wind-south-east:before{content:"\f05b"}.wi-wind-south:before{content:"\f05c"}.wi-wind-north-west:before{content:"\f05d"}.wi-wind-north-east:before{content:"\f05e"}.wi-wind-north:before{content:"\f060"}.wi-wind-east:before{content:"\f061"}.wi-smoke:before{content:"\f062"}.wi-dust:before{content:"\f063"}.wi-snow-wind:before{content:"\f064"}.wi-day-snow-wind:before{content:"\f065"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-day-sleet-storm:before{content:"\f068"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-solar-eclipse:before{content:"\f06e"}.wi-lunar-eclipse:before{content:"\f070"}.wi-meteor:before{content:"\f071"}.wi-hot:before{content:"\f072"}.wi-hurricane:before{content:"\f073"}.wi-smog:before{content:"\f074"}.wi-alien:before{content:"\f075"}.wi-snowflake-cold:before{content:"\f076"}.wi-stars:before{content:"\f077"}.wi-moon-full:before{content:"\f078"}.wi-moon-waxing-gibbous:before{content:"\f079"}.wi-moon-waxing-quarter:before{content:"\f07a"}.wi-moon-waxing-crescent:before{content:"\f07b"}.wi-moon-young:before{content:"\f07c"}.wi-moon-new:before{content:"\f07d"}.wi-moon-old:before{content:"\f07e"}.wi-moon-waning-crescent:before{content:"\f080"}.wi-moon-waning-quarter:before{content:"\f081"}.wi-moon-waning-gibbous:before{content:"\f082"}.wi-night-partly-cloudy:before{content:"\f083"} \ No newline at end of file + */@font-face{font-family:weathericons;src:url(../font/weathericons-regular-webfont.eot);src:url(../font/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'),url(../font/weathericons-regular-webfont.woff) format('woff'),url(../font/weathericons-regular-webfont.ttf) format('truetype'),url(../font/weathericons-regular-webfont.svg#weathericons-regular-webfontRg) format('svg');font-weight:400;font-style:normal}.wi{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-cloudy:before{content:"\f002"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-rain:before{content:"\f008"}.wi-day-showers:before{content:"\f009"}.wi-day-snow:before{content:"\f00a"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-sunny:before{content:"\f00d"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-thunderstorm:before{content:"\f010"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-cloudy:before{content:"\f013"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-lightning:before{content:"\f016"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-rain:before{content:"\f019"}.wi-showers:before{content:"\f01a"}.wi-snow:before{content:"\f01b"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-windy:before{content:"\f021"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-clear:before{content:"\f02e"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-cloudy:before{content:"\f031"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-rain:before{content:"\f036"}.wi-night-showers:before{content:"\f037"}.wi-night-snow:before{content:"\f038"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-celsius:before{content:"\f03c"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-refresh:before{content:"\f03e"}.wi-cloud-up:before{content:"\f040"}.wi-cloud:before{content:"\f041"}.wi-degrees:before{content:"\f042"}.wi-down-left:before{content:"\f043"}.wi-down:before{content:"\f044"}.wi-fahrenheit:before{content:"\f045"}.wi-horizon-alt:before{content:"\f046"}.wi-horizon:before{content:"\f047"}.wi-left:before{content:"\f048"}.wi-lightning:before{content:"\f016"}.wi-night-fog:before{content:"\f04a"}.wi-refresh-alt:before{content:"\f04b"}.wi-refresh:before{content:"\f04c"}.wi-right:before{content:"\f04d"}.wi-sprinkles:before{content:"\f04e"}.wi-strong-wind:before{content:"\f050"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-thermometer:before{content:"\f055"}.wi-tornado:before{content:"\f056"}.wi-up-right:before{content:"\f057"}.wi-up:before{content:"\f058"}.wi-wind-west:before{content:"\f059"}.wi-wind-south-west:before{content:"\f05a"}.wi-wind-south-east:before{content:"\f05b"}.wi-wind-south:before{content:"\f05c"}.wi-wind-north-west:before{content:"\f05d"}.wi-wind-north-east:before{content:"\f05e"}.wi-wind-north:before{content:"\f060"}.wi-wind-east:before{content:"\f061"}.wi-smoke:before{content:"\f062"}.wi-dust:before{content:"\f063"}.wi-snow-wind:before{content:"\f064"}.wi-day-snow-wind:before{content:"\f065"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-day-sleet-storm:before{content:"\f068"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-solar-eclipse:before{content:"\f06e"}.wi-lunar-eclipse:before{content:"\f070"}.wi-meteor:before{content:"\f071"}.wi-hot:before{content:"\f072"}.wi-hurricane:before{content:"\f073"}.wi-smog:before{content:"\f074"}.wi-alien:before{content:"\f075"}.wi-snowflake-cold:before{content:"\f076"}.wi-stars:before{content:"\f077"}.wi-night-partly-cloudy:before{content:"\f083"}.wi-umbrella:before{content:"\f084"}.wi-day-windy:before{content:"\f085"}.wi-night-alt-cloudy:before{content:"\f086"}.wi-up-left:before{content:"\f087"}.wi-down-right:before{content:"\f088"}.wi-time-12:before{content:"\f089"}.wi-time-1:before{content:"\f08a"}.wi-time-2:before{content:"\f08b"}.wi-time-3:before{content:"\f08c"}.wi-time-4:before{content:"\f08d"}.wi-time-5:before{content:"\f08e"}.wi-time-6:before{content:"\f08f"}.wi-time-7:before{content:"\f090"}.wi-time-8:before{content:"\f091"}.wi-time-9:before{content:"\f092"}.wi-time-10:before{content:"\f093"}.wi-time-11:before{content:"\f094"}.wi-day-sleet:before{content:"\f0b2"}.wi-night-sleet:before{content:"\f0b3"}.wi-night-alt-sleet:before{content:"\f0b4"}.wi-sleet:before{content:"\f0b5"}.wi-day-haze:before{content:"\f0b6"}.wi-beafort-0:before{content:"\f0b7"}.wi-beafort-1:before{content:"\f0b8"}.wi-beafort-2:before{content:"\f0b9"}.wi-beafort-3:before{content:"\f0ba"}.wi-beafort-4:before{content:"\f0bb"}.wi-beafort-5:before{content:"\f0bc"}.wi-beafort-6:before{content:"\f0bd"}.wi-beafort-7:before{content:"\f0be"}.wi-beafort-8:before{content:"\f0bf"}.wi-beafort-9:before{content:"\f0c0"}.wi-beafort-10:before{content:"\f0c1"}.wi-beafort-11:before{content:"\f0c2"}.wi-beafort-12:before{content:"\f0c3"}.wi-wind-default:before{content:"\f0b1"}wi-wind-default._0-deg{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}wi-wind-default._15-deg{-webkit-transform:rotate(15deg);-moz-transform:rotate(15deg);-ms-transform:rotate(15deg);-o-transform:rotate(15deg);transform:rotate(15deg)}wi-wind-default._30-deg{-webkit-transform:rotate(30deg);-moz-transform:rotate(30deg);-ms-transform:rotate(30deg);-o-transform:rotate(30deg);transform:rotate(30deg)}wi-wind-default._45-deg{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}wi-wind-default._60-deg{-webkit-transform:rotate(60deg);-moz-transform:rotate(60deg);-ms-transform:rotate(60deg);-o-transform:rotate(60deg);transform:rotate(60deg)}wi-wind-default._75-deg{-webkit-transform:rotate(75deg);-moz-transform:rotate(75deg);-ms-transform:rotate(75deg);-o-transform:rotate(75deg);transform:rotate(75deg)}wi-wind-default._90-deg{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}wi-wind-default._105-deg{-webkit-transform:rotate(105deg);-moz-transform:rotate(105deg);-ms-transform:rotate(105deg);-o-transform:rotate(105deg);transform:rotate(105deg)}wi-wind-default._120-deg{-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);-ms-transform:rotate(120deg);-o-transform:rotate(120deg);transform:rotate(120deg)}wi-wind-default._135-deg{-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}wi-wind-default._150-deg{-webkit-transform:rotate(150deg);-moz-transform:rotate(150deg);-ms-transform:rotate(150deg);-o-transform:rotate(150deg);transform:rotate(150deg)}wi-wind-default._165-deg{-webkit-transform:rotate(165deg);-moz-transform:rotate(165deg);-ms-transform:rotate(165deg);-o-transform:rotate(165deg);transform:rotate(165deg)}wi-wind-default._180-deg{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}wi-wind-default._195-deg{-webkit-transform:rotate(195deg);-moz-transform:rotate(195deg);-ms-transform:rotate(195deg);-o-transform:rotate(195deg);transform:rotate(195deg)}wi-wind-default._210-deg{-webkit-transform:rotate(210deg);-moz-transform:rotate(210deg);-ms-transform:rotate(210deg);-o-transform:rotate(210deg);transform:rotate(210deg)}wi-wind-default._225-deg{-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg)}wi-wind-default._240-deg{-webkit-transform:rotate(240deg);-moz-transform:rotate(240deg);-ms-transform:rotate(240deg);-o-transform:rotate(240deg);transform:rotate(240deg)}wi-wind-default._255-deg{-webkit-transform:rotate(255deg);-moz-transform:rotate(255deg);-ms-transform:rotate(255deg);-o-transform:rotate(255deg);transform:rotate(255deg)}wi-wind-default._270-deg{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}wi-wind-default._285-deg{-webkit-transform:rotate(295deg);-moz-transform:rotate(295deg);-ms-transform:rotate(295deg);-o-transform:rotate(295deg);transform:rotate(295deg)}wi-wind-default._300-deg{-webkit-transform:rotate(300deg);-moz-transform:rotate(300deg);-ms-transform:rotate(300deg);-o-transform:rotate(300deg);transform:rotate(300deg)}wi-wind-default._315-deg{-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-o-transform:rotate(315deg);transform:rotate(315deg)}wi-wind-default._330-deg{-webkit-transform:rotate(330deg);-moz-transform:rotate(330deg);-ms-transform:rotate(330deg);-o-transform:rotate(330deg);transform:rotate(330deg)}wi-wind-default._345-deg{-webkit-transform:rotate(345deg);-moz-transform:rotate(345deg);-ms-transform:rotate(345deg);-o-transform:rotate(345deg);transform:rotate(345deg)}.wi-moon-new:before{content:"\f095"}.wi-moon-waxing-cresent-1:before{content:"\f096"}.wi-moon-waxing-cresent-2:before{content:"\f097"}.wi-moon-waxing-cresent-3:before{content:"\f098"}.wi-moon-waxing-cresent-4:before{content:"\f099"}.wi-moon-waxing-cresent-5:before{content:"\f09a"}.wi-moon-waxing-cresent-6:before{content:"\f09b"}.wi-moon-first-quarter:before{content:"\f09c"}.wi-moon-waxing-gibbous-1:before{content:"\f09d"}.wi-moon-waxing-gibbous-2:before{content:"\f09e"}.wi-moon-waxing-gibbous-3:before{content:"\f09f"}.wi-moon-waxing-gibbous-4:before{content:"\f0a0"}.wi-moon-waxing-gibbous-5:before{content:"\f0a1"}.wi-moon-waxing-gibbous-6:before{content:"\f0a2"}.wi-moon-full:before{content:"\f0a3"}.wi-moon-waning-gibbous-1:before{content:"\f0a4"}.wi-moon-waning-gibbous-2:before{content:"\f0a5"}.wi-moon-waning-gibbous-3:before{content:"\f0a6"}.wi-moon-waning-gibbous-4:before{content:"\f0a7"}.wi-moon-waning-gibbous-5:before{content:"\f0a8"}.wi-moon-waning-gibbous-6:before{content:"\f0a9"}.wi-moon-3rd-quarter:before{content:"\f0aa"}.wi-moon-waning-crescent-1:before{content:"\f0ab"}.wi-moon-waning-crescent-2:before{content:"\f0ac"}.wi-moon-waning-crescent-3:before{content:"\f0ad"}.wi-moon-waning-crescent-4:before{content:"\f0ae"}.wi-moon-waning-crescent-5:before{content:"\f0af"}.wi-moon-waning-crescent-6:before{content:"\f0b0"} \ No newline at end of file diff --git a/fonts/WeatherIcons-Regular.otf b/fonts/WeatherIcons-Regular.otf index ed3d7dd..c58b9cc 100644 Binary files a/fonts/WeatherIcons-Regular.otf and b/fonts/WeatherIcons-Regular.otf differ diff --git a/fonts/weathericons-regular-webfont.eot b/fonts/weathericons-regular-webfont.eot index 3ae46ac..dfc508e 100755 Binary files a/fonts/weathericons-regular-webfont.eot and b/fonts/weathericons-regular-webfont.eot differ diff --git a/fonts/weathericons-regular-webfont.svg b/fonts/weathericons-regular-webfont.svg index 224188d..433cb87 100755 --- a/fonts/weathericons-regular-webfont.svg +++ b/fonts/weathericons-regular-webfont.svg @@ -3,12 +3,11 @@ - + - - - + + @@ -87,7 +86,7 @@ - + @@ -112,8 +111,8 @@ - - + + @@ -138,16 +137,80 @@ - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/weathericons-regular-webfont.ttf b/fonts/weathericons-regular-webfont.ttf index 8d8a1c4..9c4c6cd 100755 Binary files a/fonts/weathericons-regular-webfont.ttf and b/fonts/weathericons-regular-webfont.ttf differ diff --git a/fonts/weathericons-regular-webfont.woff b/fonts/weathericons-regular-webfont.woff index 87f3070..328cfa2 100755 Binary files a/fonts/weathericons-regular-webfont.woff and b/fonts/weathericons-regular-webfont.woff differ diff --git a/weather-icons/README.md b/weather-icons/README.md index ae1925e..4ff1738 100644 --- a/weather-icons/README.md +++ b/weather-icons/README.md @@ -1,5 +1,5 @@ # Weather Icons -*Version Beta 1 - August 3rd 2013* +*Version 1.3 - November 30th, 2014* These are the Bootstrap ready Less files. Put the "weather-icons" folder inside your main Less folder and import it with the rest of your less imports. diff --git a/weather-icons/icon-classes.less b/weather-icons/icon-classes.less index 8aab3e9..f5ae8fe 100644 --- a/weather-icons/icon-classes.less +++ b/weather-icons/icon-classes.less @@ -137,17 +137,111 @@ .@{weather-icons-prefix}-alien:before { content: @alien ; } .@{weather-icons-prefix}-snowflake-cold:before { content: @snowflake-cold ; } .@{weather-icons-prefix}-stars:before { content: @stars ; } -// Moon phases, v1.1 -.@{weather-icons-prefix}-moon-full:before { content: @moon-full ; } -.@{weather-icons-prefix}-moon-waxing-gibbous:before { content: @moon-waxing-gibbous ; } -.@{weather-icons-prefix}-moon-waxing-quarter:before { content: @moon-waxing-quarter ; } -.@{weather-icons-prefix}-moon-waxing-crescent:before { content: @moon-waxing-crescent ; } -.@{weather-icons-prefix}-moon-young:before { content: @moon-young ; } -.@{weather-icons-prefix}-moon-new:before { content: @moon-new ; } -.@{weather-icons-prefix}-moon-old:before { content: @moon-old ; } -.@{weather-icons-prefix}-moon-waning-crescent:before { content: @moon-waning-crescent ; } -.@{weather-icons-prefix}-moon-waning-quarter:before { content: @moon-waning-quarter ; } -.@{weather-icons-prefix}-moon-waning-gibbous:before { content: @moon-waning-gibbous ; } .@{weather-icons-prefix}-night-partly-cloudy:before { content: @night-partly-cloudy ; } +// New 1.3 +.@{weather-icons-prefix}-umbrella:before { content: @umbrella ; } +.@{weather-icons-prefix}-day-windy:before { content: @day-windy ; } +.@{weather-icons-prefix}-night-alt-cloudy:before { content: @night-alt-cloudy ; } +.@{weather-icons-prefix}-up-left:before { content: @up-left ; } +.@{weather-icons-prefix}-down-right:before { content: @down-right ; } +.@{weather-icons-prefix}-time-12:before { content: @time-12 ; } +.@{weather-icons-prefix}-time-1:before { content: @time-1 ; } +.@{weather-icons-prefix}-time-2:before { content: @time-2 ; } +.@{weather-icons-prefix}-time-3:before { content: @time-3 ; } +.@{weather-icons-prefix}-time-4:before { content: @time-4 ; } +.@{weather-icons-prefix}-time-5:before { content: @time-5 ; } +.@{weather-icons-prefix}-time-6:before { content: @time-6 ; } +.@{weather-icons-prefix}-time-7:before { content: @time-7 ; } +.@{weather-icons-prefix}-time-8:before { content: @time-8 ; } +.@{weather-icons-prefix}-time-9:before { content: @time-9 ; } +.@{weather-icons-prefix}-time-10:before { content: @time-10 ; } +.@{weather-icons-prefix}-time-11:before { content: @time-11 ; } +// +.@{weather-icons-prefix}-day-sleet:before { content: @day-sleet ; } +.@{weather-icons-prefix}-night-sleet:before { content: @night-sleet ; } +.@{weather-icons-prefix}-night-alt-sleet:before { content: @night-alt-sleet ; } +.@{weather-icons-prefix}-sleet:before { content: @sleet ; } +.@{weather-icons-prefix}-day-haze:before { content: @day-haze ; } +.@{weather-icons-prefix}-beafort-0:before { content: @beafort-0 ; } +.@{weather-icons-prefix}-beafort-1:before { content: @beafort-1 ; } +.@{weather-icons-prefix}-beafort-2:before { content: @beafort-2 ; } +.@{weather-icons-prefix}-beafort-3:before { content: @beafort-3 ; } +.@{weather-icons-prefix}-beafort-4:before { content: @beafort-4 ; } +.@{weather-icons-prefix}-beafort-5:before { content: @beafort-5 ; } +.@{weather-icons-prefix}-beafort-6:before { content: @beafort-6 ; } +.@{weather-icons-prefix}-beafort-7:before { content: @beafort-7 ; } +.@{weather-icons-prefix}-beafort-8:before { content: @beafort-8 ; } +.@{weather-icons-prefix}-beafort-9:before { content: @beafort-9 ; } +.@{weather-icons-prefix}-beafort-10:before { content: @beafort-10 ; } +.@{weather-icons-prefix}-beafort-11:before { content: @beafort-11 ; } +.@{weather-icons-prefix}-beafort-12:before { content: @beafort-12 ; } + +// Wind Variables 1.3 +.@{weather-icons-prefix}-wind-default:before { content: @wind-default ; } +.wind-rotate(@degrees) { + -webkit-transform: rotate(@degrees); + -moz-transform: rotate(@degrees); + -ms-transform: rotate(@degrees); + -o-transform: rotate(@degrees); + transform: rotate(@degrees); +} +@{weather-icons-prefix}-wind-default { + &._0-deg {.wind-rotate(0deg); } + &._15-deg {.wind-rotate(15deg); } + &._30-deg {.wind-rotate(30deg); } + &._45-deg {.wind-rotate(45deg); } + &._60-deg {.wind-rotate(60deg); } + &._75-deg {.wind-rotate(75deg); } + &._90-deg {.wind-rotate(90deg); } + &._105-deg {.wind-rotate(105deg); } + &._120-deg {.wind-rotate(120deg); } + &._135-deg {.wind-rotate(135deg); } + &._150-deg {.wind-rotate(150deg); } + &._165-deg {.wind-rotate(165deg); } + &._180-deg {.wind-rotate(180deg); } + &._195-deg {.wind-rotate(195deg); } + &._210-deg {.wind-rotate(210deg); } + &._225-deg {.wind-rotate(225deg); } + &._240-deg {.wind-rotate(240deg); } + &._255-deg {.wind-rotate(255deg); } + &._270-deg {.wind-rotate(270deg); } + &._285-deg {.wind-rotate(295deg); } + &._300-deg {.wind-rotate(300deg); } + &._315-deg {.wind-rotate(315deg); } + &._330-deg {.wind-rotate(330deg); } + &._345-deg {.wind-rotate(345deg); } +} + + + +// Moon phases, v1.3 +.@{weather-icons-prefix}-moon-new:before { content: @moon-new ; } +.@{weather-icons-prefix}-moon-waxing-cresent-1:before { content: @moon-waxing-cresent-1 ; } +.@{weather-icons-prefix}-moon-waxing-cresent-2:before { content: @moon-waxing-cresent-2 ; } +.@{weather-icons-prefix}-moon-waxing-cresent-3:before { content: @moon-waxing-cresent-3 ; } +.@{weather-icons-prefix}-moon-waxing-cresent-4:before { content: @moon-waxing-cresent-4 ; } +.@{weather-icons-prefix}-moon-waxing-cresent-5:before { content: @moon-waxing-cresent-5 ; } +.@{weather-icons-prefix}-moon-waxing-cresent-6:before { content: @moon-waxing-cresent-6 ; } +.@{weather-icons-prefix}-moon-first-quarter:before { content: @moon-first-quarter ; } +.@{weather-icons-prefix}-moon-waxing-gibbous-1:before { content: @moon-waxing-gibbous-1 ; } +.@{weather-icons-prefix}-moon-waxing-gibbous-2:before { content: @moon-waxing-gibbous-2 ; } +.@{weather-icons-prefix}-moon-waxing-gibbous-3:before { content: @moon-waxing-gibbous-3 ; } +.@{weather-icons-prefix}-moon-waxing-gibbous-4:before { content: @moon-waxing-gibbous-4 ; } +.@{weather-icons-prefix}-moon-waxing-gibbous-5:before { content: @moon-waxing-gibbous-5 ; } +.@{weather-icons-prefix}-moon-waxing-gibbous-6:before { content: @moon-waxing-gibbous-6 ; } +.@{weather-icons-prefix}-moon-full:before { content: @moon-full ; } +.@{weather-icons-prefix}-moon-waning-gibbous-1:before { content: @moon-waning-gibbous-1 ; } +.@{weather-icons-prefix}-moon-waning-gibbous-2:before { content: @moon-waning-gibbous-2 ; } +.@{weather-icons-prefix}-moon-waning-gibbous-3:before { content: @moon-waning-gibbous-3 ; } +.@{weather-icons-prefix}-moon-waning-gibbous-4:before { content: @moon-waning-gibbous-4 ; } +.@{weather-icons-prefix}-moon-waning-gibbous-5:before { content: @moon-waning-gibbous-5 ; } +.@{weather-icons-prefix}-moon-waning-gibbous-6:before { content: @moon-waning-gibbous-6 ; } +.@{weather-icons-prefix}-moon-3rd-quarter:before { content: @moon-3rd-quarter ; } +.@{weather-icons-prefix}-moon-waning-crescent-1:before { content: @moon-waning-crescent-1 ; } +.@{weather-icons-prefix}-moon-waning-crescent-2:before { content: @moon-waning-crescent-2 ; } +.@{weather-icons-prefix}-moon-waning-crescent-3:before { content: @moon-waning-crescent-3 ; } +.@{weather-icons-prefix}-moon-waning-crescent-4:before { content: @moon-waning-crescent-4 ; } +.@{weather-icons-prefix}-moon-waning-crescent-5:before { content: @moon-waning-crescent-5 ; } +.@{weather-icons-prefix}-moon-waning-crescent-6:before { content: @moon-waning-crescent-6 ; } \ No newline at end of file diff --git a/weather-icons/variables.less b/weather-icons/variables.less index 6180659..6e14832 100644 --- a/weather-icons/variables.less +++ b/weather-icons/variables.less @@ -1,6 +1,6 @@ // Base Variables -@weather-icons-path: "../fonts"; -@WeatherIconVersion: "1.1.0"; +@weather-icons-path: "../font"; +@WeatherIconVersion: "1.3.0"; @weather-icons-prefix: wi; @weather-icons-font-family: weathericons; @@ -122,16 +122,87 @@ @stars: "\f077"; // Moon Phases -@moon-full: "\f078"; -@moon-waxing-gibbous: "\f079"; -@moon-waxing-quarter: "\f07a"; -@moon-waxing-crescent: "\f07b"; -@moon-young: "\f07c"; -@moon-new: "\f07d"; -@moon-old: "\f07e"; -@moon-waning-crescent: "\f080"; -@moon-waning-quarter: "\f081"; -@moon-waning-gibbous: "\f082"; +//@old-moon-full: "\f078"; +//@old-moon-waxing-gibbous: "\f079"; +//@old-moon-waxing-quarter: "\f07a"; +//@old-moon-waxing-crescent: "\f07b"; +//@old-moon-young: "\f07c"; +//@old-moon-new: "\f07d"; +//@old-moon-old: "\f07e"; +//@old-moon-waning-crescent: "\f080"; +//@old-moon-waning-quarter: "\f081"; +//@old-moon-waning-gibbous: "\f082"; // More new v1.2 -@night-partly-cloudy: "\f083"; \ No newline at end of file +@night-partly-cloudy: "\f083"; + +// New 1.3 11-30-14 +@umbrella :"\f084"; +@day-windy :"\f085"; +@night-alt-cloudy :"\f086"; +@up-left :"\f087"; +@down-right :"\f088"; +@time-12 :"\f089"; +@time-1 :"\f08a"; +@time-2 :"\f08b"; +@time-3 :"\f08c"; +@time-4 :"\f08d"; +@time-5 :"\f08e"; +@time-6 :"\f08f"; +@time-7 :"\f090"; +@time-8 :"\f091"; +@time-9 :"\f092"; +@time-10 :"\f093"; +@time-11 :"\f094"; + +// Moon Phases +@moon-new :"\f095"; +@moon-waxing-cresent-1 :"\f096"; +@moon-waxing-cresent-2 :"\f097"; +@moon-waxing-cresent-3 :"\f098"; +@moon-waxing-cresent-4 :"\f099"; +@moon-waxing-cresent-5 :"\f09a"; +@moon-waxing-cresent-6 :"\f09b"; +@moon-first-quarter :"\f09c"; +@moon-waxing-gibbous-1 :"\f09d"; +@moon-waxing-gibbous-2 :"\f09e"; +@moon-waxing-gibbous-3 :"\f09f"; +@moon-waxing-gibbous-4 :"\f0a0"; +@moon-waxing-gibbous-5 :"\f0a1"; +@moon-waxing-gibbous-6 :"\f0a2"; +@moon-full :"\f0a3"; +@moon-waning-gibbous-1 :"\f0a4"; +@moon-waning-gibbous-2 :"\f0a5"; +@moon-waning-gibbous-3 :"\f0a6"; +@moon-waning-gibbous-4 :"\f0a7"; +@moon-waning-gibbous-5 :"\f0a8"; +@moon-waning-gibbous-6 :"\f0a9"; +@moon-3rd-quarter :"\f0aa"; +@moon-waning-crescent-1 :"\f0ab"; +@moon-waning-crescent-2 :"\f0ac"; +@moon-waning-crescent-3 :"\f0ad"; +@moon-waning-crescent-4 :"\f0ae"; +@moon-waning-crescent-5 :"\f0af"; +@moon-waning-crescent-6 :"\f0b0"; + +// +@wind-default :"\f0b1"; +@day-sleet :"\f0b2"; +@night-sleet :"\f0b3"; +@night-alt-sleet :"\f0b4"; +@sleet :"\f0b5"; +@day-haze :"\f0b6"; +@beafort-0 :"\f0b7"; +@beafort-1 :"\f0b8"; +@beafort-2 :"\f0b9"; +@beafort-3 :"\f0ba"; +@beafort-4 :"\f0bb"; +@beafort-5 :"\f0bc"; +@beafort-6 :"\f0bd"; +@beafort-7 :"\f0be"; +@beafort-8 :"\f0bf"; +@beafort-9 :"\f0c0"; +@beafort-10 :"\f0c1"; +@beafort-11 :"\f0c2"; +@beafort-12 :"\f0c3"; + diff --git a/weather-icons/weather-icons.less b/weather-icons/weather-icons.less index 70c097e..648ef37 100644 --- a/weather-icons/weather-icons.less +++ b/weather-icons/weather-icons.less @@ -1,5 +1,6 @@ /*! - * Weather Icons 1.1 + * Weather Icons 1.3 + * Updated November 30th, 2014 * Weather themed icons for Bootstrap * ------------------------------------------------------------------------------ * Maintained at http://erikflowers.github.io/weather-icons @@ -13,7 +14,7 @@ * http://opensource.org/licenses/mit-license.html * - Documentation licensed under CC BY 3.0 - * http://creativecommons.org/licenses/by/3.0/ - * - Inspired by and works great as a companion with Font Aweosme + * - Inspired by and works great as a companion with Font Awesome * "Font Awesome by Dave Gandy - http://fontawesome.io" * * Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com @@ -22,7 +23,7 @@ * Twitter: http://twitter.com/Erik_UX */ - + @import "variables.less"; diff --git a/weather-icons/weather-icons.min.less b/weather-icons/weather-icons.min.less new file mode 100644 index 0000000..3abcb3e --- /dev/null +++ b/weather-icons/weather-icons.min.less @@ -0,0 +1,36 @@ +/*! + * Weather Icons 1.3 + * Updated November 30th, 2014 + * Weather themed icons for Bootstrap + * ------------------------------------------------------------------------------ +* Maintained at http://erikflowers.github.io/weather-icons + * http://twitter.com/Erik_UX + * + * License + * ------------------------------------------------------------------------------ + * - Fpmt licensed under SIL OFL 1.1 - + * http://scripts.sil.org/OFL + * - CSS and LESS are licensed under MIT License - + * http://opensource.org/licenses/mit-license.html + * - Documentation licensed under CC BY 3.0 - + * http://creativecommons.org/licenses/by/3.0/ + * - Inspired by and works great as a companion with Font Awesome + * "Font Awesome by Dave Gandy - http://fontawesome.io" + * + * Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com + * ------------------------------------------------------------------------------ + * Email: erik@helloerik.com + * Twitter: http://twitter.com/Erik_UX + */ + + + + +@import "variables.less"; +@import "icon-classes.less"; + +// Include anything you need to make the Weather Icons styled here // + + + +