@font-face {
  font-family: 'MiSans-Regular';
  src: url('/fonts/MiSans-Regular.woff2') format('woff2'),
    url('/fonts/MiSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'MiSans-Regular', system-ui, "Microsoft Yahei", "Segoe UI", -apple-system,
    Roboto, Ubuntu, "Helvetica Neue", Arial, "WenQuanYi Micro Hei", sans-serif;
}
.code *,
code *{
  font-family: Consolas, 'MiSans-Regular', Menlo, Monaco, Consolas, system-ui,
    "Courier New", monospace, sans-serif;
}