zhangwencui
2026-04-30 137c838d45d16cbe7464bbe03db5a29f6492b7fe
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;
}