@font-face {
	font-family: 'simpleweather';
	src: url('simpleweather.eot');
	src: local('☺'), url('simpleweather.woff') format('woff'), url('simpleweather.ttf') format('truetype'), url('simpleweather.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


.icon {
	font-family: 'simpleweather';
	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;
}


.icon:before {
	font-family: 'simpleweather';
}

/* Cloudy */
.icon-A:before {
	content: "\e601";
}

/* Windy & Dusty */
.icon-B:before {
	content: "\e604";
}

/* Raining */
.icon-C:before {
	content: "\e602";
	top: 10px;
	position: relative;
}

/* Sunny */
.icon-D:before {
	content: "\e600";
}

/* Thunderstorm */
.icon-E:before {
	content: "\e603";
}

/* Windy & Dusty */
.icon-F:before {
	content: "\e604";
}

/* Hazy */
.icon-G:before {
	content: "\e605";
}

/* Frost & Snow */
.icon-H:before {
	content: "\e606";
}

