@font-face {
 	font-family: opensans-bold;
  	src: url('../css/fonts/OpenSans-Bold.ttf') format("truetype");
	font-weight: inherit;
    font-style: inherit;
}

@font-face {
 	font-family: opensans-light;
  	src: url('../css/fonts/OpenSans-Light.ttf') format("truetype");
	font-weight: inherit;
    font-style: inherit;
}

@font-face {
 	font-family: opensans-regular;
  	src: url('../css/fonts/OpenSans-Regular.ttf') format("truetype");
	font-weight: inherit;
    font-style: inherit;
}

@font-face {
 	font-family: opensans-semibold;
  	src: url('../css/fonts/OpenSans-Semibold.ttf') format("truetype");
	font-weight: inherit;
    font-style: inherit;
}