
@font-face {
	font-family: 'GoodSansThin';
	src: url('../fonts/GoodSans-Thin.eot');
	src: url('../fonts/GoodSans-Thin.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/GoodSans-Thin.woff2') format('woff2'), 
		 url('../fonts/GoodSans-Thin.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GoodSansLight';
	src: url('../fonts/GoodSans-Light.eot');
	src: url('../fonts/GoodSans-Light.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/GoodSans-Light.woff2') format('woff2'), 
		 url('../fonts/GoodSans-Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

​