@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700');

/*
googleFonts-明體Noto+Serif+TC
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC');
粗細全
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900');
-
googleFonts-黑體Noto+Sans+TC
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900');

黑體 cwTeXHei
Link
@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);
Example
font-family: 'cwTeXHei', sans-serif;
仿宋體 cwTeXFangSong
Link
@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
Example
font-family: 'cwTeXFangSong', serif;
楷體 cwTeXKai
Link
@import url(//fonts.googleapis.com/earlyaccess/cwtexkai.css);
Example
font-family: 'cwTeXKai', serif;
明體 cwTeXMing
Link
@import url(//fonts.googleapis.com/earlyaccess/cwtexming.css);
Example
font-family: 'cwTeXMing', serif;
圓體 cwTeXYen
Link
@import url(//fonts.googleapis.com/earlyaccess/cwtexyen.css);
Example
font-family:"Microsoft JhengHei", 'cwTeXYen', sans-serif;*/
*{ margin: 0; padding:0; box-sizing: border-box;}
body{   font-family: "Noto Sans TC",sans-serif;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%
}

img{
	width: 100%;
	transition: 0.4s;
}
ol, ul {
	list-style:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}

blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	background:transparent;
	text-decoration: none;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold
}
del {
	text-decoration:line-through
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help
}

table {
	border-collapse:collapse;
	border-spacing:0
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0
}
input, select {
	vertical-align:none;
}


