2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-10 14:32:11 -06:00

Fixed project website, closes #223

This commit is contained in:
Andrea Falco 2020-05-15 18:57:52 +02:00
parent a3829ccaa0
commit 3ba8d230f4
No known key found for this signature in database
GPG Key ID: B097F13C043E5E46
2 changed files with 3 additions and 6 deletions

View File

@ -1,12 +1,10 @@
# This is an abandonded project 😞. It probably needs a new home and owner, if anyone is interested. Thanks for the support over the years! # Weather Icons
## Weather Icons
## 222 Weather Themed Icons and CSS ## 222 Weather Themed Icons and CSS
Weather Icons is the only icon font and CSS with 222 weather themed icons, ready to be dropped right into [Bootstrap](http://www.getbootstrap.com), or any project that needs high quality weather, maritime, and meteorological based icons! Weather Icons is the only icon font and CSS with 222 weather themed icons, ready to be dropped right into [Bootstrap](http://www.getbootstrap.com), or any project that needs high quality weather, maritime, and meteorological based icons!
Get started at [http://weathericons.io](http://weathericons.io)! Get started at [https://erikflowers.github.io/weather-icons/](https://erikflowers.github.io/weather-icons/)!
![Icon Preview](http://i.imgur.com/XmZW2q3.png) ![Icon Preview](http://i.imgur.com/XmZW2q3.png)
@ -16,7 +14,7 @@ Place the 5 font files and the main `weather-icons.min.css` file in your project
The icons are displayed by using an `i` element and adding the base class `wi` and then the icon class you want, such as `day-sunny`. This then looks like `<i class="wi wi-day-sunny"></i>`. The icons are displayed by using an `i` element and adding the base class `wi` and then the icon class you want, such as `day-sunny`. This then looks like `<i class="wi wi-day-sunny"></i>`.
To add a modifier, include the class you want after the icon name, which looks like `<i class="wi wi-day-sunny wi-flip-vertical"></i>`. You can flip, rotate, or add a fixed width. See it all at [http://weathericons.io](http://weathericons.io). To add a modifier, include the class you want after the icon name, which looks like `<i class="wi wi-day-sunny wi-flip-vertical"></i>`. You can flip, rotate, or add a fixed width. See it all at [https://erikflowers.github.io/weather-icons/](https://erikflowers.github.io/weather-icons/).
## API Usage ## API Usage

View File

@ -1 +0,0 @@
weathericons.io