1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- @font-face {
- font-family: "alibabaMedium";
- font-weight: 400;
- src: url("https://file-node.oss-cn-shanghai.aliyuncs.com/youji/5987d97d6c234f48b91c4ebab55de5fd") format("truetype");
- font-display: swap;
- }
- @font-face {
- font-family: "YouSheBiaoTiHei";
- font-weight: 400;
- src: url("./YouSheBiaoTiHei-2.ttf") format("truetype");
- font-display: swap;
- }
- @font-face {
- font-family: "PangMenZhengDao";
- font-weight: 400;
- src: url("./PangMenZhengDao.ttf") format("truetype");
- src: url("./PangMenZhengDao.otf") format("truetype");
- font-display: swap;
- }
- @font-face {
- font-family: "hanyiyaku";
- font-weight: 400;
- src: url("https://file-node.oss-cn-shanghai.aliyuncs.com/youji/9b17ffe981814397b4eb2daa3af3627d") format("truetype");
- font-display: swap;
- }
- @font-face {
- font-family: "youshe";
- font-weight: 400;
- src: url("./youshe.ttf") format("truetype");
- font-display: swap;
- }
- .pangmenzhengdao {
- font-family: 'PangMenZhengDao';
- }
- .alibaba {
- font-family: 'alibabaMedium';
- }
- .youshe {
- font-family: 'YouSheBiaoTiHei';
- }
|