index.css 481 B

1234567891011121314151617181920
  1. @font-face {
  2. font-family: "hc-FZGongYHJW";
  3. src: url('./FZGongYHJW.ttf') format('truetype');
  4. }
  5. .font-FZGongYHJW {
  6. font-family: 'hc-FZGongYHJW', serif;
  7. }
  8. @font-face {
  9. font-family: "hc-eudc";
  10. src: url('./EUDC.ttf') format('truetype');
  11. font-display: swap;
  12. }
  13. .font-EUDC {
  14. font-family: 'hc-eudc', serif;
  15. }
  16. html, body, * {
  17. font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  18. }