@charset "UTF-8";

@font-face {
    font-family: "Noto Sans TC";
    src: url(/fonts/noto_sans_tc/NotoSansTC-Regular.otf);
}

@font-face {
    font-family: 'twhei-s';
        src: local("twhei-s-Regular"),
        url( '/fonts/twhei-s/twhei-s.woff2' ) format("woff2"),
        url( '/fonts/twhei-s/twhei-s.woff' ) format("woff"),
        url( '/fonts/twhei-s/twhei-s.otf' ) format("opentype")
    ;
}

@font-face {
    font-family: 'segoe-ui';
    src: url(/fonts/segoe-ui/SEGOEUI.TTF);
}

*,
input[type="text"],
select,
textarea {
    font-family: 'segoe-ui', 'twhei-s', "Noto Sans TC", sans-serif;
}
