@font-face {
    font-family: 'myFont'; 
    src: url('PingFang SC.ttf'); 
    font-weight: normal;
    font-style: normal;
  }

html,body { font-family: myFont, sans-serif; }
