@font-face {
  /* 重命名字体名 */
  font-family: "Segoe UI";
  /* 引入字体 */
  src: url("./segoeui.ttf");
  font-weight: normal;
  font-style: normal;
}
