/* 中文字体 */
@font-face {
    font-family: 'SourceHanSansCNRegular';
    src: url('.././fonts/SourceHanSansCN-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCNNormal';
    src: url('.././fonts/SourceHanSansCN-Normal.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCNMedium';
    src: url('.././fonts/SourceHanSansCN-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCNLight';
    src: url('.././fonts/SourceHanSansCN-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCNHeavy';
    src: url('.././fonts/SourceHanSansCN-Heavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCNExtraLight';
    src: url('.././fonts/SourceHanSansCN-ExtraLight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCNExtraBold';
    src: url('.././fonts/SourceHanSansCN-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
/* 英文字体 */
@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('.././fonts/RobotoCondensed-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensedLightItalic';
    src: url('.././fonts/RobotoCondensed-LightItalic.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensedLight';
    src: url('.././fonts/RobotoCondensed-Light.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensedItalic';
    src: url('.././fonts/RobotoCondensed-Italic.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensedBoldItalic';
    src: url('.././fonts/RobotoCondensed-BoldItalic.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensedBold';
    src: url('.././fonts/RobotoCondensed-Bold.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}