fonts.css 354 B

12345678910111213
  1. @font-face {
  2. font-family: 'PingFang SC';
  3. src: url('/fonts/PingFang Regular.ttf') format('truetype');
  4. };
  5. @font-face {
  6. font-synthesis: none;
  7. font-family: "STSongtiSC";
  8. src: url('/fonts/STSongti-SC-Black.ttf') format('truetype')
  9. url('/fonts/STSongti-SC-Black.woff') format('woff')
  10. url('/fonts/STSongti-SC-Black.woff2') format('woff2');
  11. }