font.css 976 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. @font-face {
  2. font-family:"思源黑体 CN ExtraLight";
  3. src:url("/admin/images/font/siyuanheiti.otf")format('opentype');
  4. font-weight:normal;font-style:normal;
  5. color:#000;
  6. }
  7. @font-face {
  8. font-family:"方正黑体简体";
  9. src:url("/admin/images/font/fzjt.woff2") format('opentype');
  10. font-weight:normal;font-style:normal;
  11. color:#000;
  12. }
  13. @font-face {
  14. font-family:"Aa夜茴体";
  15. src:url("/admin/images/font/yehuiti.woff2") format('opentype');
  16. font-weight:normal;font-style:normal;
  17. color:#000;
  18. }
  19. @font-face {
  20. font-family:"思源黑体超粗";
  21. src:url("/admin/images/font/syhtHeavy.otf") format('opentype');
  22. font-weight:normal;font-style:normal;
  23. color:#000;
  24. }
  25. .fz-hj {
  26. font-family: "方正黑体简体";
  27. }
  28. .yht {
  29. font-family: "Aa夜茴体";
  30. }
  31. .sy-ht {
  32. font-family: "思源黑体 CN ExtraLight";
  33. }
  34. .wrya {
  35. font-family: "微软雅黑";
  36. }
  37. .songti {
  38. font-family: "宋体";
  39. }
  40. .heiti {
  41. font-family: "黑体";
  42. }
  43. .sy-ht-cu {
  44. font-family: "思源黑体超粗";
  45. }