@font-face {
    font-family: 'MeteoconsRegular';
    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;

}

.iconA, .iconB  {
    font-size: 30px;
    color: white;
}

.iconC {
    font-size: 15px;
    color: white;
}


.iconC:after {
	font-family: 'MeteoconsRegular';
	content: attr(data-icon);
    color: white;
}

.iconB:before {
	font-family: 'MeteoconsRegular';
	content: attr(data-icon);
    font-size: 50px;
    color: white;
}

.iconA:after {
	font-family: 'MeteoconsRegular';
	content: attr(data-icon);
    font-size: 50px;
    color: white;
}

