gaoluyang
2026-04-29 6bd77b5e8e04e6b4be68d5e7a5d47e0228980e55
1
2
3
4
5
6
7
@font-face {
  font-family: "MyCustomFont";
  src: url("./DIN Alternate Bold.ttf") format("truetype");
  font-weight: 700; /* 粗体 */
  font-style: normal;
  font-display: swap;
}