font.css 833 B

123456789101112131415161718192021222324252627282930313233343536
  1. @font-face {
  2. font-family: "Inter-Bold";
  3. src: url('SourceHanSansCN-Bold_0.otf');
  4. font-weight: normal;
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: "Inter-Regular";
  9. src: url('SourceHanSansCN-Regular_0.otf');
  10. font-weight: normal;
  11. font-style: normal;
  12. }
  13. @font-face {
  14. font-family: "Inter-Medium";
  15. src: url('SourceHanSansCN-Medium_0.otf');
  16. font-weight: normal;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: "Inter-LOGO";
  21. src: url('logo.otf');
  22. font-weight: normal;
  23. font-style: normal;
  24. }
  25. @font-face {
  26. font-family: "Inter-Medium-8";
  27. src: url('Inter-Medium-8.otf');
  28. font-weight: normal;
  29. font-style: normal;
  30. }
  31. @font-face {
  32. font-family: "Inter-var";
  33. src: url('Inter-var-2.ttf');
  34. font-weight: normal;
  35. font-style: normal;
  36. }