@font-face {
  /* é‡å‘½åå­—ä½“å */
  font-family: "Roboto";
  /* å¼•å…¥å­—ä½“ */
  src: url("./Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* é‡å‘½åå­—ä½“å */
  font-family: "Roboto-Bold";
  /* å¼•å…¥å­—ä½“ */
  src: url("./Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  /* é‡å‘½åå­—ä½“å */
  font-family: "Roboto-Medium";
  /* å¼•å…¥å­—ä½“ */
  src: url("./Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}