erikflowers / weather-icons

215 Weather Themed Icons and CSS
https://github.com/erikflowers/weather-icons
6.9k stars 851 forks source link

Larger Icons #145

Open jst200 opened 8 years ago

jst200 commented 8 years ago

Hi,

With the Font Awesome Icons you can scale the Icons using classes "fa-lg" and "fa-2x" to "fa-5x".

Can this functionality be added to your brilliant Weather Icons? Or is it already there and I am missing something (which wouldn't surprise me!)

Thanks, Jim

polarathene commented 8 years ago

font-size: 80px !important; could be for fa-2x if your 1x size is 40px, or 1rem and 2rem, etc. Just create some size classes like that, you can avoid the !important if the class is defined after the weather-icons css is loaded in.

64 commented 8 years ago

Actually it looks like the fa-2x...fa-5x classes work on these icons anyway, e.g:

<i class="fa-2x wi wi-cloudy"></i>