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