@font-face {
    font-family: "helaCh";
    src: url('../fonts/SourceHanSansCN-Regular.otf') format('opentype'),;
    font-weight: normal;
    font-style: normal;
  }
  
/* @font-face {
    font-family: "helaCh";
    src: url('../fonts/SourceHanSansCN-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
} */
@font-face {
    font-family: "helaEn";
    src: url('../fonts/Asap-Regular.otf') format('truetype'),;
    font-weight: normal;
    font-style: normal;
  }
  
/* @font-face {
    font-family: "helaEn";
    src: url('../fonts/Asap-Bold.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
} */

* { font-family:helaCh,helaEn !important; }