/* 常规 */
@font-face {
  font-family: 'Rubik Regular';
  src: url('./sc/NotoSansSC-Regular.ttf') format('woff');
}
/* 加粗 */
@font-face {
  font-family: 'Rubik Bolder';
  src: url('./sc/NotoSansSC-Bold.ttf') format('woff');
}

body,
div {
  font-family: 'Rubik Regular', sans-serif;
  font-weight: 400;
}