mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 07:22:11 -06:00
Merge pull request #150 from kmulligan/master
Typo fixed for "fixed with" --> "fixed width"
This commit is contained in:
commit
f0d2077124
@ -15,7 +15,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>`.
|
||||
|
||||
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 with. 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 [http://weathericons.io](http://weathericons.io).
|
||||
|
||||
## API Usage
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user