fontCss.css 609 B

123456789101112131415161718192021
  1. @font-face {
  2. /* font-family: "Medium";
  3. font-style: normal;
  4. font-weight: normal;
  5. src:local('DINPro-Medium'), url("@/static/app/DINPro-Medium.ttf") format('opentype'); */
  6. }
  7. @font-face {
  8. font-family: "ErasITC-Bold";
  9. font-style: normal;
  10. font-weight: normal;
  11. src:local('ErasITC-Bold'), url("https://miniprogram.galeriejulesgautret.com/Eras.ttf") format('opentype');
  12. }
  13. @font-face {
  14. font-family: "PingFangSC-Semibold";
  15. font-style: normal;
  16. font-weight: normal;
  17. src:local('PingFangSC-Semibold'), url("https://miniprogram.galeriejulesgautret.com/PingFang-SC-Semibold.otf") format('opentype');
  18. }