@font-face {
    font-family: 'arial';
    src: 	url('../fonts/arial/arial-webfont.eot'), /* IE9 Compat Modes */
			url('../fonts/arial/arial-webfont.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */
			url('../fonts/arial/arial-webfont.woff') format('woff'), /* Modern Browser */
			url('../fonts/arial/arial-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma';
	src: 	url('../fonts/tahoma/tahoma.eot'), /* IE9 Compat Modes */
			url('../fonts/tahoma/tahoma.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */
			url('../fonts/tahoma/tahoma.woff') format('woff'), /* Modern Browser */
			url('../fonts/tahoma/tahoma.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman';
	src: 	url('../fonts/times/Times New Roman.eot'), /* IE9 Compat Modes */
			url('../fonts/times/Times New Roman.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */
			url('../fonts/times/Times New Roman.woff') format('woff'), /* Modern Browser */
			url('../fonts/times/Times New Roman.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/verdana/verdana.ttf');
	src: 	url('../fonts/verdana/verdana.eot'), /* IE9 Compat Modes */
			url('../fonts/verdana/verdana.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */
			url('../fonts/verdana/verdana.woff') format('woff'), /* Modern Browser */
			url('../fonts/verdana/verdana.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: 100;
    font-style: normal;
}

@font-face {
     font-family: 'Jenius Sans';
     src:	url('../fonts/jenius-sans/Jenius Sans.ttf') format('truetype'); /* chrome, firefox、opera、Safari, Android, iOS 4.2+ */
	font-weight: 100;
    font-style: normal;
}