@charset "UTF-8";

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

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

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