215 Weather Themed Icons and CSS http://weathericons.io
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Erik Flowers 268b6aa8d7 testing initial release file structure 11 years ago
css testing initial release file structure 11 years ago
font testing initial release file structure 11 years ago
src testing initial release file structure 11 years ago
weather icons testing initial release file structure 11 years ago
.gitignore ignore 11 years ago
README.md -Updating Readme 11 years ago

README.md

Weather Icons

Version Beta 1 - August 3rd 2013

A free, open source icon-font of Weather icons

Weather Icons is a font of 92 weather themed icons, ready to be dropped right into Bootstrap or any other project.

Inspired by Font Awesome, 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 class to an "i" element:

<i class="wi-day-lightning">

At this time, there are no other effects/mixins to do advanced icon manipulation yet.

Getting Started

Getting started is easy. First, put the fonts in the directory ABOVE your css directory. By default, the fonts are referencing a ../font/ folder that is on the same level as /css. This can be changed via the @WeatherIconPath variable in variables.less

Include in your main .less file weather-icons/weather-icons.less and that is all you need to do.

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 reccommend you give it a try)

Version Beta 1

This is my first attempt at a Bootstrap and/or web ready icon-font, so there will be updates and improvements. It is best to download the repo from Github if you want to keep up to date. Please report any issues or requests to the repository here

The icon designs are originally by Lukas Bischoff. The font has been modified slightly for icon-font usage, and turned into a HTML/CSS/LESS addon by me (Erik).

Credit

None of this would be possible without Bootstrap, Font Awesome and Lukas Bischoff. I just put it all together into a neat package.

Weather Icons licensed under SIL OFL 1.1 — Code licensed under MIT License — Documentation licensed under CC BY 3.0

Contact

Weather Icons is maintained by me, Erik Flowers. Reach me at @Erik_UX or at helloerik.com.