@font-face {
  font-family: 'SimSun';
  src: url('https://chiberpunk.com/fonts/simsun-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Optional: make body default to SimSun */
body {
  font-family: 'SimSun', 'Consolas', monospace;
}