yaowanxin
2026-01-14 b0fb51d8d16b3c6a99e4ba4fcb0dbcb5c71df3da
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;
}