@font-face {
    font-family: 'Noto Sans TC';
    src: url(fonts/NotoSansTC-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'Noto Sans TC';
    src: url(fonts/NotoSansTC-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'Noto Sans SC';
    src: url(fonts/NotoSansSC-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'Noto Sans SC';
    src: url(fonts/NotoSansSC-Medium.otf);
    font-weight: 500;
}
  
