@font-face {
	font-family: 'OpenSans';
	src: url('/static/static/font/Opensans-Regular/font.eot'),
		/* IE6-IE8 */
		url('/static/static/font/Opensans-Regular/font.woff'),
		url('/static/static/font/Opensans-Regular/font.ttf'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
		url('/static/static/font/Opensans-Regular/font.svg');
	/* iOS 4.1- */
}

@font-face {
    font-family: "Azo Sans Bold";
    src: url('/static/static/font/AzoSans-Bold/AzoSans-Bold.ttf'),
        url('/static/static/font/AzoSans-Bold/AzoSans-Bold.woff'),
        url('/static/static/font/AzoSans-Bold/AzoSans-Bold.woff2');
}

@font-face {
    font-family: "Azo Sans Medium";
    src: url('/static/static/font/AzoSans-Medium/AzoSans-Medium.ttf'),
        url('/static/static/font/AzoSans-Medium/AzoSans-Medium.woff'),
        url('/static/static/font/AzoSans-Medium/AzoSans-Medium.woff2');
}

@font-face {
    font-family: "Azo Sans Regular";
    src: url('/static/static/font/AzoSans-Regular/AzoSans-Regular.ttf'),
        url('/static/static/font/AzoSans-Regular/AzoSans-Regular.woff'),
        url('/static/static/font/AzoSans-Regular/AzoSans-Regular.woff2');
}

@font-face {
    font-family: "Azo Sans Light";
    src: url('/static/static/font/AzoSans-Light/AzoSans-Light.ttf'),
        url('/static/static/font/AzoSans-Light/AzoSans-Light.woff'),
        url('/static/static/font/AzoSans-Light/AzoSans-Light.woff2');
}

@font-face {
	font-family: "bxweb";
	src: url('fonts/iconfont.eot?t=1540207480428');
	/* IE9*/
	src: url('fonts/iconfont.eot?t=1540207480428#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('fonts/iconfont.woff') format('woff'),
		url('fonts/iconfont.ttf?t=1540207480428') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
		url('fonts/iconfont.svg?t=1540207480428#bxweb') format('svg');
	/* iOS 4.1- */
}

/* 隐藏 ZenIcon */
/* @font-face{
	font-family:'ZenIcon';
	font-style:normal;
	font-weight:normal;
	src:url('fonts/zenicon.eot?v=2.2.0');
	src:url('fonts/zenicon.eot?#iefix&v=2.2.0') format('embedded-opentype'),
		url('fonts/zenicon.woff?v=2.2.0') format('woff'),
		url('fonts/zenicon.ttf?v=2.2.0') format('truetype'),
		url('fonts/zenicon.svg#regular?v=2.2.0') format('svg');
} */



