/* 主题字体实际在 font/，这里再挂一遍，避免个别 CSS 仍指向不存在的 fonts/ */
@font-face{
	font-family:'FontAwesome';
	src:url('../font/fontawesome-webfont.woff2') format('woff2'),
		url('../font/fontawesome-webfont.woff') format('woff'),
		url('../font/fontawesome-webfont.ttf') format('truetype');
	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.woff') format('woff'),
		url('../font/glyphicons-halflings-regular.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:'Ionicons';
	src:url('../font/ionicons.woff') format('woff'),
		url('../font/ionicons.ttf') format('truetype'),
		url('../font/ionicons.svg') format('svg');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}

.countt i.fa { margin-right: 6px; }
