font.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @font-face {
  2. font-family: "alibabaMedium";
  3. font-weight: 400;
  4. src: url("https://file-node.oss-cn-shanghai.aliyuncs.com/youji/5987d97d6c234f48b91c4ebab55de5fd") format("truetype");
  5. font-display: swap;
  6. }
  7. @font-face {
  8. font-family: "YouSheBiaoTiHei";
  9. font-weight: 400;
  10. src: url("./YouSheBiaoTiHei-2.ttf") format("truetype");
  11. font-display: swap;
  12. }
  13. @font-face {
  14. font-family: "PangMenZhengDao";
  15. font-weight: 400;
  16. src: url("./PangMenZhengDao.ttf") format("truetype");
  17. src: url("./PangMenZhengDao.otf") format("truetype");
  18. font-display: swap;
  19. }
  20. @font-face {
  21. font-family: "hanyiyaku";
  22. font-weight: 400;
  23. src: url("https://file-node.oss-cn-shanghai.aliyuncs.com/youji/9b17ffe981814397b4eb2daa3af3627d") format("truetype");
  24. font-display: swap;
  25. }
  26. @font-face {
  27. font-family: "youshe";
  28. font-weight: 400;
  29. src: url("./youshe.ttf") format("truetype");
  30. font-display: swap;
  31. }
  32. .pangmenzhengdao {
  33. font-family: 'PangMenZhengDao';
  34. }
  35. .alibaba {
  36. font-family: 'alibabaMedium';
  37. }
  38. .youshe {
  39. font-family: 'YouSheBiaoTiHei';
  40. }