@font-face {
    font-family: 'Noto Sans SC';
    font-weight: 100;
    font-style: normal;
    src: url('../webfont/NotoSansSC-Thin.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Noto Sans SC';
    font-weight: 200;
    font-style: normal;
    src: url('../webfont/NotoSansSC-ExtraLight.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Noto Sans SC';
    font-weight: 300;
    font-style: normal;
    src: url('../webfont/NotoSansSC-Light.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Noto Sans SC';
    font-weight: 400;
    font-style: normal;
    src: url('../webfont/NotoSansSC-Regular.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Noto Sans SC';
    font-weight: 500;
    font-style: normal;
    src: url('../webfont/NotoSansSC-Medium.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Noto Sans SC';
    font-weight: 600;
    font-style: normal;
    src: url('../webfont/NotoSansSC-SemiBold.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Noto Sans SC';
    font-weight: 700;
    font-style: normal;
    src: url('../webfont/NotoSansSC-Bold.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Noto Sans SC';
    font-weight: 800;
    font-style: normal;
    src: url('../webfont/NotoSansSC-ExtraBold.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Noto Sans SC';
    font-weight: 900;
    font-style: normal;
    src: url('../webfont/NotoSansSC-Black.ttf') format('truetype');
    font-display: swap;
  }
  