gongchunyi
昨天 2c4c4891a7f8491b234c11cae7a84b2296c3dfc9
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;
}