@font-face {
    font-family: 'source-han';
    src: url('../font/chinese/SourceHanSansCN-ExtraLight.otf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'source-han';
    src: url('../font/chinese/SourceHanSansCN-Light.otf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'source-han';
    src: url('../font/chinese/SourceHanSansCN-Normal.otf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'source-han';
    src: url('../font/chinese/SourceHanSansCN-Medium.otf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'source-han';
    src: url('../font/chinese/SourceHanSansCN-Bold.otf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'source-han';
    src: url('../font/chinese/SourceHanSansCN-Heavy.otf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'poppins';
    src: url('../font/english/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    unicode-range: U+00-7F;
}
@font-face {
    font-family: 'poppins';
    src: url('../font/english/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    unicode-range: U+00-7F;
}
@font-face {
    font-family: 'poppins';
    src: url('../font/english/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    unicode-range: U+00-7F;
}
@font-face {
    font-family: 'poppins';
    src: url('../font/english/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    unicode-range: U+00-7F;
}
@font-face {
    font-family: 'poppins';
    src: url('../font/english/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    unicode-range: U+00-7F;
}

body{
    font-family: 'poppins','source-han';
}