@font-face{
    font-family: Roboto;
    src: url(https://file.nuwarobotics.com/nuwa-statics/workflow/fonts/Roboto/Roboto-Regular.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face{
    font-family: Roboto;
    src: url(https://file.nuwarobotics.com/nuwa-statics/workflow/fonts/Roboto/Roboto-Medium.ttf) format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face{
    font-family: NotoSansCJKtc;
    src: url(https://file.nuwarobotics.com/nuwa-statics/workflow/fonts/NotoSansCJKtc-hinted/NotoSansCJKtc-Regular.otf) format('opentype');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face{
    font-family: NotoSansCJKtc;
    src: url(https://file.nuwarobotics.com/nuwa-statics/workflow/fonts/NotoSansCJKtc-hinted/NotoSansCJKtc-Medium.otf) format('opentype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face{
    font-family: NotoSansCJKsc;
    src: url(https://file.nuwarobotics.com/nuwa-statics/workflow/fonts/NotoSansCJKsc-hinted/NotoSansCJKsc-Regular.otf) format('opentype');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face{
    font-family: NotoSansCJKsc;
    src: url(https://file.nuwarobotics.com/nuwa-statics/workflow/fonts/NotoSansCJKsc-hinted/NotoSansCJKsc-Medium.otf) format('opentype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face{
    font-family: HiraKakuPro;
    src: url(https://file.nuwarobotics.com/nuwa-statics/workflow/fonts/hirakakupro/HiraKakuPro-W3.otf) format('opentype');
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face{
    font-family: HiraKakuPro;
    src: url(https://file.nuwarobotics.com/nuwa-statics/workflow/fonts/hirakakupro/HiraKakuPro-W6.otf) format('opentype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

html[lang^=ja] body{
    font-family: "Roboto", Arial, "HiraKakuPro", "蘋方", "苹方", "微軟雅黑體", "微软雅黑", sans-serif;
}
html[lang^=en] body{
    font-family: "Roboto", Arial, "微軟雅黑體", "微软雅黑", sans-serif;
}
html[lang^=zh] body{
    font-family: "Roboto", Arial, "NotoSansCJKtc", "NotoSansCJKsc", "蘋方", "苹方", "微軟雅黑體", "微软雅黑", sans-serif;
}