I created this test file
<h1> test <h1>
Then in CSS3, I did this
@font-face {
font-family: 'hello';
src:url('/fonts/HelloStockholm-Alt.otf')
font-style: normal;
font-weight: 100;
}
h1 {
font-family: hello;
font-weight: 100;
}
And this is the font I downloaded
https://www.dafont.com/de/hello-stockholm.font
Hopefully some of you guys can help me