农经大屏
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. // @font-face {
  2. // font-family: "special";
  3. // src: url("~@/assets/fonts/DIN Alternate Bold.ttf");
  4. // font-weight: normal;
  5. // font-style: normal;
  6. // }
  7. // @font-face {
  8. // font-family: "incline";
  9. // src: url("~@/assets/fonts/优设标题黑.ttf");
  10. // font-weight: normal;
  11. // font-style: normal;
  12. // }
  13. // @font-face {
  14. // font-family: "title";
  15. // src: url("~@/assets/fonts/锐字真言体.ttf");
  16. // font-weight: normal;
  17. // font-style: normal;
  18. // }
  19. // @font-face {
  20. // /* 重命名字体名 */
  21. // font-family: 'title2';
  22. // /* 引入字体 */
  23. // src: url('~@/assets/fonts/庞门正道标题体.ttf');
  24. // font-weight: normal;
  25. // font-style: normal;
  26. // }
  27. // .title2 {
  28. // font-family: title2 !important;
  29. // }
  30. // .special_font {
  31. // font-family: special !important;
  32. // }
  33. // .title_font {
  34. // font-family: title !important;
  35. // }
  36. // .incline_font {
  37. // font-family: incline !important;
  38. // }
  39. // .font_size_14 {
  40. // font-size: 14px;
  41. // }
  42. // .font_size_18 {
  43. // font-size: 18px;
  44. // }