/* 图标字体加速：只用可用格式 + swap，避免损坏的 .woff（曾是 HTML 错误页）抢先加载 */
@font-face{
	font-family:'FontAwesome';
	src:url('../font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('../font/fontawesome-webfont.woff?v=4.7.0') format('woff');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:'Glyphicons Halflings';
	src:url('../font/glyphicons-halflings-regular.woff2') format('woff2'),
		url('../font/glyphicons-halflings-regular.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}
/* 全局：按钮上的 FA 图标勿继承 font-weight:600，否则字形不显示 */
button .fa,
button .fa:before,
.button .fa,
.button .fa:before,
.xy-basket-add-btn .fa,
.xy-basket-add-btn .fa:before{
	font-family:FontAwesome !important;
	font-weight:normal !important;
	font-style:normal !important;
}
