/*
Source Han Sans CN loader.

Place the font files in this folder and keep the filenames in sync
with the src URLs below. This repo does not include the binary font
files by default to avoid size/licensing issues.
*/

@font-face {
	font-family: "Source Han Sans CN";
	font-display: "swap";
	font-weight: 300 700;
	font-style: normal;
	src: url("SourceHanSansCN-Regular.woff2") format("woff2"),
	     url("SourceHanSansCN-Regular.woff") format("woff");
}

@font-face {
	font-family: "Source Han Sans CN";
	font-display: "swap";
	font-weight: 300 700;
	font-style: italic;
	src: url("SourceHanSansCN-Italic.woff2") format("woff2"),
	     url("SourceHanSansCN-Italic.woff") format("woff");
}
