| 123456789101112131415161718192021 |
- @font-face {
- /* font-family: "Medium";
- font-style: normal;
- font-weight: normal;
- src:local('DINPro-Medium'), url("@/static/app/DINPro-Medium.ttf") format('opentype'); */
- }
- @font-face {
- font-family: "ErasITC-Bold";
- font-style: normal;
- font-weight: normal;
- src:local('ErasITC-Bold'), url("https://miniprogram.galeriejulesgautret.com/Eras.ttf") format('opentype');
- }
- @font-face {
- font-family: "PingFangSC-Semibold";
- font-style: normal;
- font-weight: normal;
- src:local('PingFangSC-Semibold'), url("https://miniprogram.galeriejulesgautret.com/PingFang-SC-Semibold.otf") format('opentype');
- }
|