﻿@font-face {
    font-family: 'pop';
    src: url('../font/Poppins-Regular.woff2') format('woff2'),
        url('../font/Poppins-Regular.woff') format('woff'),
        url('../font/Poppins-Regular.ttf') format('truetype'),
        url('../font/Poppins-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SOU';
    src: url('../font/SourceHanSerifCN-Regular-Alphabetic.eot');
    src: url('../font/SourceHanSerifCN-Regular-Alphabetic.eot') format('embedded-opentype'),
        url('../font/SourceHanSerifCN-Regular-Alphabetic.woff2') format('woff2'),
        url('../font/SourceHanSerifCN-Regular-Alphabetic.woff') format('woff'),
        url('../font/SourceHanSerifCN-Regular-Alphabetic.ttf') format('truetype'),
        url('../font/SourceHanSerifCN-Regular-Alphabetic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}