| 1 | @font-face { |
| 2 | font-family: 'DIN'; |
| 3 | src: url('./DIN-Medium.otf') format('opentype'); |
| 4 | font-weight: normal; |
| 5 | font-style: normal; |
| 6 | font-display: swap; |
| 7 | } |
| 8 | |
| 9 | @font-face { |
| 10 | font-family: 'HYHanHeiJ'; |
| 11 | src: url('./HYHanHeiJ.ttf') format('truetype'); |
| 12 | font-weight: 400; |
| 13 | font-style: normal; |
| 14 | font-display: swap; |
| 15 | } |
| 16 | |
| 17 | .source-han-sans-cn { |
| 18 | font-family: 'HYHanHeiJ', sans-serif; |
| 19 | } |
| 20 |