/* first for IE 4–8 */
@font-face {
	font-family: GoodWebProBold;
	src: url("/fonts/GoodWebPro-Bold.eot");
}
@font-face {
	font-family: GoodWebProNews;
	src: url("/fonts/GoodWebPro-News.eot");
}

/* then for WOFF-capable browsers */
@font-face {
	font-family: GoodWebProBold;
	src: url(/fonts/GoodWebPro-Bold.woff) format("woff");
}
@font-face {
	font-family: GoodWebProNews;
	src: url(/fonts/GoodWebPro-News.woff) format("woff");
}