meteocons.css is a small css library for the Meteocons Font made by Alessio Atzeni. It comes with currently 47 weather icons.
The icons may be used with <i>
or <span>
tags, including the base class mi
and an icon name.
Example:
<i class="mi mi-sunset"></i>
<span class="mi mi-cloud"></span>
Pretty much like Font Awesome
.mi-fw
.mi-lg
(133%).mi-2x
.mi-3x
.mi-4x
.mi-5x
<ul class="mi mi-ul">
<li><i class="mi mi-li mi-sun"></i>The sun...</li>
<li><i class="mi mi-li mi-moon"></i>...and the moon</li>
</ul>
You can also use the icons in inline text. Try
<sup>
<sub>
<mark>
This library is published under the MIT License and can be used for any commercial and personal projects.
- v0.2.1 - Updated Bootstrap, added linting, harmonized coding style
- v0.2.0 - Second release including overview and frontend tests
- v0.1.0 - Pre-release with basic implementation, barely tested.
Alessio Atzeni who created this font and made it free. Dave Gandy who inspired with his work on fontawesome.io