@font-face {
  font-family: 'weather_font';
  src:
    url('../fonts/weather_font.ttf?q0sqxe') format('truetype'),
    url('../fonts/weather_font.woff?q0sqxe') format('woff'),
    url('../fonts/weather_font.svg?q0sqxe#weather_font') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="weather-icon-"], [class*=" weather-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'weather_font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.weather-icon-01d:before {
  content: "\e900";
}
.weather-icon-01n:before {
  content: "\e901";
}
.weather-icon-02d:before {
  content: "\e902";
}
.weather-icon-02n:before {
  content: "\e903";
}
.weather-icon-03d:before {
  content: "\e904";
}
.weather-icon-03n:before {
  content: "\e905";
}
.weather-icon-04d:before {
  content: "\e906";
}
.weather-icon-04n:before {
  content: "\e907";
}
.weather-icon-09d:before {
  content: "\e908";
}
.weather-icon-09n:before {
  content: "\e909";
}
.weather-icon-10d:before {
  content: "\e90a";
}
.weather-icon-10n:before {
  content: "\e90b";
}
.weather-icon-11d:before {
  content: "\e90c";
}
.weather-icon-11n:before {
  content: "\e90d";
}
.weather-icon-13d:before {
  content: "\e90e";
}
.weather-icon-13n:before {
  content: "\e90f";
}
.weather-icon-50d:before {
  content: "\e910";
}
.weather-icon-50n:before {
  content: "\e911";
}