@font-face {
  font-family: "icon-weather"; /* Project id 5220104 */
  src: url("../font/iconfont.ttf") format("truetype");
}
.icon-weather {
  font-family: "icon-weather" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-weather-sun:before {
  content: "\e609";
}

.icon-weather-snowy:before {
  content: "\e608";
}

.icon-weather-rainy_light:before {
  content: "\e606";
}

.icon-weather-sandstorm:before {
  content: "\e607";
}

.icon-weather-a-rainy_heavy:before {
  content: "\e604";
}

.icon-weather-windy:before {
  content: "\e605";
}

.icon-weather-foggy:before {
  content: "\e603";
}

.icon-weather-cloudy_night:before {
  content: "\e602";
}

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