# Weather Icons

Bundled with HappenBoard to render weather condition glyphs as a web font.

- **Project:** Weather Icons 2.0.10 by Erik Flowers
- **Homepage:** https://erikflowers.github.io/weather-icons/
- **Source:** https://github.com/erikflowers/weather-icons

## Licenses

- **Font** (`font/weathericons-regular-webfont.*`): SIL Open Font License 1.1 —
  https://scripts.sil.org/OFL
- **CSS** (`css/weather-icons.min.css`): MIT License —
  https://opensource.org/licenses/mit-license.html

Both licenses permit redistribution within a commercial product. The font is
shipped unmodified; the only change to the CSS is the `@font-face` block, which
was trimmed to the `woff2`/`woff`/`ttf` formats we ship and given
`font-display: swap`.

HappenBoard maps Open-Meteo's WMO weather-interpretation codes to these glyphs
in `HappenBoard\Service\Weather\WmoWeather`.
