@charset "UTF-8";

@font-face {
  font-family: 'SourceHanSans CN Regular';
  src: url('./font/SourceHanSansCN-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {  
  font-family: 'SourceHanSans Regular';  
  src: url('./font/SourceHanSans-Regular.ttc') format('truetype');  
}

