/*noto sans tc*/
@font-face {
	font-family: noto sans tc;
	font-style: normal;
	font-weight: 100;
	src: url(../fonts/Noto_Sans_TC/NotoSansTC-Thin.otf) format('opentype');
	/* letter-spacing: 0.15em; */
}

@font-face {
	font-family: noto sans tc;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/Noto_Sans_TC/NotoSansTC-Light.otf) format('opentype');
	/* letter-spacing: 0.15em; */
}

@font-face {
	font-family: noto sans tc;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Noto_Sans_TC/NotoSansTC-Regular.otf) format('opentype');
	/* letter-spacing: 0.15em; */
}

@font-face {
	font-family: noto sans tc;
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/Noto_Sans_TC/NotoSansTC-Medium.otf) format('opentype');
	/* letter-spacing: 0.15em; */
}

@font-face {
	font-family: noto sans tc;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Noto_Sans_TC/NotoSansTC-Bold.otf) format('opentype');
	/* letter-spacing: 0.15em; */
}

@font-face {
	font-family: noto sans tc;
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/Noto_Sans_TC/NotoSansTC-Black.otf) format('opentype');
	/* letter-spacing: 0.15em; */
}

/*helvetica*/

@font-face {
	font-family: helvetica;
	font-weight: 300;
	src: url(../fonts/Helvetica/Helvetica-light.ttf) format('truetype');
	/* letter-spacing: initial !important; */
	unicode-range: U+0021-007F;
}
@font-face {
	font-family: helvetica;
	font-weight: 500;
	src: url(../fonts/Helvetica/Helvetica.ttf) format('truetype');
	/* letter-spacing: initial !important; */
	unicode-range: U+0021-007F;
}
@font-face {
	font-family: helvetica;
	font-weight: 700;
	src: url(../fonts/Helvetica/Helvetica-bold.ttf) format('truetype');
	/* letter-spacing: initial !important; */
	unicode-range: U+0021-007F;
}



