@font-face {

font-family: 'Hanky';
src: url('./fonts/Hanky-Bold-ff.otf');

}
 
html {
 font-family: "Hanky", sans-serif;
}