huminmin
14 小时以前 eb3d2831b4c56f5f3c8615097e3cca1e0266d1ff
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;
}