@font-face {
    font-family: 'Meteo';
    src: url('meteocons-webfont.eot');
    src: url('meteocons-webfont.eot?#iefix') format('embedded-opentype'),
         url('meteocons-webfont.woff') format('woff'),
         url('meteocons-webfont.ttf') format('truetype'),
         url('meteocons-webfont.svg#MeteoconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.precis:before {
	font-family: 'Meteo';
	content:attr(data-icon);
	font-size:30px;
	vertical-align:text-bottom;
	float:left;
	margin-right:4px;
}