@font-face {
 font-family: 'Roboto';
 src: url(/fonts/roboto/Roboto-Regular.ttf);
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'Roboto';
 src: url(/fonts/roboto/Roboto-Light.ttf);
 font-weight: 300;
 font-style: normal;
}

@font-face {
 font-family: 'Roboto';
 src: url(/fonts/roboto/Roboto-Medium.ttf);
 font-weight: 600;
 font-style: normal;
}

@font-face {
 font-family: 'Noto Sans TC';
 src: url(/fonts/noto_sans_tc/NotoSansTC-Regular.otf);
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'Noto Sans TC';
 src: url(/fonts/noto_sans_tc/NotoSansTC-Light.otf);
 font-weight: 300;
 font-style: normal;
}

@font-face {
 font-family: 'PT Serif';
 src: url(/fonts/pt_serif/PTSerif-Regular.ttf);
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'Noto Sans SC';
 src: url(/fonts/noto_sans_sc/NotoSansSC-Regular.ttf);
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'Noto Sans SC';
 src: url(/fonts/noto_sans_sc/NotoSansSC-Light.ttf);
 font-weight: 300;
 font-style: normal;
}