<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @font-face {
        font-family: 'newwebfont';
        src: url('/static/newfont/am-new.woff') format('woff');
        font-weight: normal;
        font-style: normal;
 }

 .newfontclass {
    font-family:'newwebfont';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


</pre></body></html>