@font-face {
    font-family: 'Touhou Biolinum';
    src: url('THBiolinum.woff2') format('woff2'),
        url('THBiolinum.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'Touhou Biolinum';
  font-size: 23px;
  color: #ccc;
}