@font-face {
    font-family: Typewriter;
    src: url('fonts/MonospaceTypewriter.ttf');
}

* {
  font-family: Typewriter, 'Inconsolata', monospace;
}

.pre-formatted {
    white-space: pre-wrap;
}
