@font-face {
    font-family: "MyCustomFont";
    	src: url("/assets/fonts/myfont.ttf") format("truetype"); 

    font-weight: normal;
    font-style: normal;
    font-display: swap;

}