I just finished creating this test document
<h1> test <h1>
After that, I experimented with CSS3 and wrote the following code
@font-face {
font-family: 'hello';
src:url('/fonts/HelloStockholm-Alt.otf')
font-style: normal;
font-weight: 100;
}
h1 {
font-family: hello;
font-weight: 100;
}
Here is the font that I used for this project
I'm hoping some of you can give me feedback and suggestions on this design