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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'Weather Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size:16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-wind:before {
  content: "";
}
.icon-wind_w:before {
  content: "";
}
.icon-wind_s:before {
  content: "";
}
.icon-wind_e:before {
  content: "";
}
.icon-wind_arrow:before {
  content: "";
}
.icon-wind_n:before {
  content: "";
}
.icon-icon_wind:before {
  content: "";
}

.icon-wind_es:before {
  content: "";
}
.icon-wind_ne:before {
  content: "";
}
.icon-wind_sw:before {
  content: "";
}
.icon-wind_wn:before {
  content: "";
}
.icon-KMPerH:before {
  content: "";
}