The fonts I self-host, served from fonts.doughmination.co.uk. Type in the box to preview any of them, and grab the file path or CSS if you want to use one.
@font-face {
font-family: 'Comic Code';
src: url('https://fonts.doughmination.co.uk/Comic-Code/woff2/ComicCode-Regular.woff2') format('woff2');
font-weight: 400;
font-display: swap;
}
body { font-family: 'Comic Code', monospace; }