@font-face {
  font-family: "CustomFont";
}

body {
  font-family: "CustomFont", sans-serif; /* 设置全局字体 */
}

button {
  font-family: "CustomFont";
}

h1 {
  font-family: "CustomFont";
  color: #333;
}
