yuan
3 天以前 c6542d27c8c3f18f85f676b49d6a1b8ac6df3d2e
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;
}