123456789101112131415161718192021222324252627282930313233343536 |
- @font-face {
- font-family: "Inter-Bold";
- src: url('SourceHanSansCN-Bold_0.otf');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "Inter-Regular";
- src: url('SourceHanSansCN-Regular_0.otf');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "Inter-Medium";
- src: url('SourceHanSansCN-Medium_0.otf');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "Inter-LOGO";
- src: url('logo.otf');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "Inter-Medium-8";
- src: url('Inter-Medium-8.otf');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: "Inter-var";
- src: url('Inter-var-2.ttf');
- font-weight: normal;
- font-style: normal;
- }
|