<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Weather icons */

@font-face {
    font-family: 'weathericons';
    src: url('weathericons-regular-webfont.woff') format('woff'),
         url('weathericons-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*[data-ico-wi]:before {
    font-family: weathericons;
    content: attr(data-ico-wi);
}



</pre></body></html>