Tell me why the font does not work?
css:
@font-face { font-family: ntw; src: url('../fonts/dominojack.otf') format('otf'); } h1.newfont { text-align: center; font-family: ntw; }
html:
<div> <h1 class="ntw">Remotion server</h1>
The paths are correct, the files are valid. Css connects to the page correctly (I work with asp.net mvc, I connect via bundles, css is added correctly in the code page). Nothing works, not even text-align: center
It all worked. Changed h1.newfont to .newfont