@font-face {
	font-family: ;
	font-weight: ;
	src: url('../fonts/.eot'); /* IE9 Compat Modes */
	src: url('../fonts/.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/.woff2') format('woff2'), /* Super Modern Browsers */
	     url('../fonts/.woff') format('woff'), /* Pretty Modern Browsers */
	     url('../fonts/.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/.svg#svgFontName') format('svg'); /* Legacy iOS */
}