yys
maven
2025-09-01 a78db39695a48b7a9b0b2f8a37a0c9cd32bfb6b4
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;
}