< a href="https://i.stack.imgur.com/1RHGu.png">
font face file
@font-face {
font-family:Hurme1;
font-weight: 48;
src:url(fonts/HurmeGeometricSans3Bold.otf);
}
---------------------------------------------------------------
index.html
<link href="./css/fonts.css"rel="stylesheet" >
-----------------------------------------------------------
styles.csss
h1{
font-family:Hurme1;
color :#FFFFFF;
text-align: center
}