@font-face {
  font-family: 'meteo';
  src: url('fonts/meteo.woff2') format('woff2'),
       url('fonts/meteo.woff') format('woff'),
       url('fonts/meteo.ttf') format('ttf'),
       url('fonts/meteo.eot') format('eot'),
       url('fonts/meteo.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="meteo-"], [class*=" meteo-"] {
	font-family: 'meteo';
	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;
}

.meteo-nuage-soleil-pluie:before {
	content: "\e600";
}
.meteo-pluie:before {
	content: "\e601";
}
.meteo-soleil:before {
	content: "\e602";
}
.meteo-neige:before {
	content: "\e603";
}
.meteo-brouillard:before {
	content: "\e604";
}
.meteo-vent:before {
	content: "\e605";
}
.meteo-nuit-nuage:before {
	content: "\e606";
}
.meteo-nuage-soleil:before {
	content: "\e607";
}
.meteo-nuageux:before {
	content: "\e608";
}
.meteo-nuage:before {
	content: "\e609";
}
.meteo-orage:before {
	content: "\e60a";
}
