@font-face {
    font-family: 'Source Han Sans CN';
    src:url('../siyuanFont/NotoSansHans-Bold.ttf?v=1.2.3') format('truetype');
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}
@font-face {
    font-family: 'Source Han Sans CN';
    src:
    url('../siyuanFont/NotoSansHans-Medium.ttf?v=1.2.3') format('truetype');
    font-weight: 500;
    font-style: medium;
    font-display: swap;
}
@font-face {
    font-family: 'Source Han Sans CN';
  src:
   url('../siyuanFont/NotoSansHans-Regular.ttf?v=1.2.3') format('truetype');
    font-weight: 400;
    font-style: Regular;
    font-display: swap;
}
@font-face {
    font-family: 'Source Han Sans CN';
    src: url('../siyuanFont/NotoSansHans-DemiLight.ttf?v=1.2.3') format('truetype');
    font-weight: 300;
    font-style: Light;
    font-display: swap;
}
