/* 字型 */
@font-face
{
   font-family: 'Iansui';
   src: url("/assets/fonts/Iansui-Regular-1.011.woff2") format('woff2');
}
@font-face
{
   font-family: 'ChunghwaMC';
   src: url("/assets/fonts/ChunghwaMC-Regular-114.0813.woff2") format('woff2');
}
@font-face
{
   font-family: 'TwitterColorEmoji';
   src: url("/assets/fonts/TwitterColorEmoji-SVGinOT.woff2") format('woff2');
}
*
{
   font-family: 'ChunghwaMC', 'FontAwesome', sans-serif, serif !important;
   /*font-weight: 500 !important;*/
}