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

.font-typewriter {
    font-family: 'Veteran Typewriter', 'Courier New', monospace !important;
}
