/* 中文字型引入 */
@font-face {
    font-family: "Noto_Black";
    src: url('../fonts/NotoSansCJKtc-Black_0.otf');
}
@font-face {
    font-family: "Noto_Bold";
    src: url('../fonts/NotoSansCJKtc-Bold_0.otf');
}
@font-face {
    font-family: "Noto_DemiLight";
    src: url('../fonts/NotoSansCJKtc-DemiLight.otf');
}
@font-face {
    font-family: "Noto_Light";
    src: url('../fonts/NotoSansCJKtc-Light_0.otf');
}
@font-face {
    font-family: "Noto_Medium";
    src: url('../fonts/NotoSansCJKtc-Medium_0.otf');
}
@font-face {
    font-family: "Noto_Regular";
    src: url('../fonts/NotoSansCJKtc-Regular_0.otf');
}
@font-face {
    font-family: "Noto_Thin";
    src: url('../fonts/NotoSansCJKtc-Thin_0.otf');
}
/* 英文字型引入 */
@font-face {
    font-family: "OSans_Bold";
    src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: "OSans_BoldItalic";
    src: url('../fonts/OpenSans-BoldItalic.ttf');
}
@font-face {
    font-family: "OSans_ExtraBold";
    src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: "OSans_ExtraBoldItalic";
    src: url('../fonts/OpenSans-ExtraBoldItalic.ttf');
}
@font-face {
    font-family: "OSans_Italic";
    src: url('../fonts/OpenSans-Italic.ttf');
}
@font-face {
    font-family: "OSans_Light";
    src: url('../fonts/OpenSans-Light.ttf');
}
@font-face {
    font-family: "OSans_LightItalic";
    src: url('../fonts/OpenSans-LightItalic.ttf');
}
@font-face {
    font-family: "OSans_Regular";
    src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: "OSans_Semibold";
    src: url('../fonts/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: "OSans_SemiboldItalic";
    src: url('../fonts/OpenSans-SemiboldItalic.ttf');
}
/* 輝字標題字型引入 */
@font-face {
    font-family: "SC_Black";
    src: url('../fonts/SourceCodePro-Black.ttf');
}
@font-face {
    font-family: "SC_BlackIt";
    src: url('../fonts/SourceCodePro-BlackIt.ttf');
}
@font-face {
    font-family: "SC_Bold";
    src: url('../fonts/SourceCodePro-Bold.ttf');
}
@font-face {
    font-family: "SC_BoldIt";
    src: url('../fonts/SourceCodePro-BoldIt.ttf');
}
@font-face {
    font-family: "SC_ExLight";
    src: url('../fonts/SourceCodePro-ExtraLight.ttf');
}
@font-face {
    font-family: "SC_ExLightIt";
    src: url('../fonts/SourceCodePro-ExtraLightIt.ttf');
}
@font-face {
    font-family: "SC_It";
    src: url('../fonts/SourceCodePro-It.ttf');
}
@font-face {
    font-family: "SC_Light";
    src: url('../fonts/SourceCodePro-Light.ttf');
}
@font-face {
    font-family: "SC_LightIt";
    src: url('../fonts/SourceCodePro-LightIt.ttf');
}
@font-face {
    font-family: "SC_Medium";
    src: url('../fonts/SourceCodePro-Medium.ttf');
}
@font-face {
    font-family: "SC_MediumIt";
    src: url('../fonts/SourceCodePro-MediumIt.ttf');
}
@font-face {
    font-family: "SC_Regular";
    src: url('../fonts/SourceCodePro-Regular.ttf');
}
@font-face {
    font-family: "SC_Semibold";
    src: url('../fonts/SourceCodePro-Semibold.ttf');
}
@font-face {
    font-family: "SC_SemiboldIt";
    src: url('../fonts/SourceCodePro-SemiboldIt.ttf');
}

/* 20181017後來又說要這種自型 */
/*英文字體-細*/

@font-face {
    font-family: 'Lato';
    src: url('../fonts/LATO-LIGHT.TTF')format('truetype'), url('../fonts/LATO-LIGHT.TTF,svg#LATO-LIGHT')format('svg');
}

/*英文字體-粗*/

@font-face {
    font-family: 'Lato-black';
    src: url('../fonts/LATO-BLACK.TTF')format('truetype'), url('../fonts/LATO-BLACK.TTF,svg#LATO-BLACK')format('svg');
}
/* 中英混合字型 */
@font-face{
    font-family: "mix_regular" ;
    src: url('../fonts/NotoSansCJKtc-Regular_0.otf');
    /* 中文的unicode */
    unicode-range: U+4E00-9FFF; 
}
@font-face {
    font-family: "mix_regular";
    src: url('../fonts/LATO-LIGHT.TTF')format('truetype'),
    url('../fonts/LATO-LIGHT.TTF,svg#LATO-LIGHT')format('svg');
    /* 英文的unicode */
    unicode-range: U+00-024F;
}


    