@font-face {
    font-family: myFirstFont;
	src:url(../fonts/OpenSans/OpenSans-Bold.woff);
}

@font-face {
    font-family: mySecondFont;
	src:url(../fonts/OpenSans/OpenSans-Regular.woff);
	font-weight: bold;
}

@font-face {
    font-family: myThirdFont;
	src:url(../fonts/OpenSans/OpenSans-Light.woff);
	font-weight: bold;
}
