@font-face {
font-family: 'lastman';
src: url('./fonts/lastman.ttf') format('truetype');
}
header h1 {
margin: 0px 0px 0px 200px;
font-family: 'lastman', verdana;
font-size: 30px;
color: #94b529;
}
The fonts folder is directly below the css folder, i.e ./css/fonts/
h1 is displayed in verdana not lastman font