@font-face {
    font-family: 'icon-weather';
    src: url("./weather.ttf") format("truetype"),
        url("./weather.eot") format("embedded-opentype"),
        url("./weather.woff") format("woff");
}

.icon-weather {
    font-family: 'icon-weather' !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-weather.sunny-outline:before {
    content: "\ea01";
}

.icon-weather.clear_night-outline:before {
    content: "\ea02";
}

.icon-weather.cloudy-outline:before {
    content: "\ea03";
}

.icon-weather.partly_cloudy-outline:before {
    content: "\ea04";
}

.icon-weather.cloudy_clear-outline:before {
    content: "\ea05";
}

.icon-weather.partly_cloudy_night-outline:before {
    content: "\ea06";
}

.icon-weather.cloudy_clear_at_times_night-outline:before {
    content: "\ea07";
}

.icon-weather.fog-outline:before {
    content: "\ea08";
}

.icon-weather.humidity-outline:before {
    content: "\ea09";
}

.icon-weather.heavy_rain-outline:before {
    content: "\ea0a";
}

.icon-weather.scatterad_showers-outline:before {
    content: "\ea0b";
}

.icon-weather.scatterad_showers_night-outline:before {
    content: "\ea0c";
}

.icon-weather.rain-outline:before {
    content: "\ea0d";
}

.icon-weather.rain_sun-outline:before {
    content: "\ea0e";
}

.icon-weather.rain_night-outline:before {
    content: "\ea0f";
}

.icon-weather.drizzle-outline:before {
    content: "\ea10";
}

.icon-weather.drizzle_sun-outline:before {
    content: "\ea11";
}

.icon-weather.sever_thunderstorm-outline:before {
    content: "\ea12";
}

.icon-weather.scatterad_thunderstorm-outline:before {
    content: "\ea13";
}

.icon-weather.rain_thunderstorm-outline:before {
    content: "\ea14";
}

.icon-weather.blizzard-outline:before {
    content: "\ea15";
}

.icon-weather.sleet-outline:before {
    content: "\ea16";
}

.icon-weather.snow-outline:before {
    content: "\ea17";
}

.icon-weather.wind-outline:before {
    content: "\ea18";
}

.icon-weather.blowing_snow-outline:before {
    content: "\ea19";
}

.icon-weather.hail-outline:before {
    content: "\ea1a";
}

.icon-weather.drizzle_night-outline:before {
    content: "\ea1b";
}