While integrating openweathermap with these icons, I encountered an issue where I couldn't adjust the size of the icons. They are used similarly to font-awesome icons, like this:
<i class="wi wi-omw-100"></i>
I have tried changing various attributes to make them larger, but unlike font-awesome icons, it didn't work. Unfortunately, I couldn't find any specific information about this in the documentation.
I consider myself a beginner in CSS and would appreciate any guidance on how to resize these icons.
(Link to the code: http://codepen.io/dioannou/pen/grveyR)