@font-face {
  font-family: 'ShangGuMingTi';
  src: url('/font/sgmt.otf') format('woff2'),
    url('/font/sgmt.otf') format('woff'),
    url('/font/sgmt.otf') format('truetype');;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body,
input,button {
  font-family: 'ShangGuMingTi', 'Microsoft YaHei', sans-serif;
}