@font-face {
font-family: "ayfont"; 
src: url("font.ttf") format("truetype");
font-weight: normal;
font-style: normal;
font-display: swap;
}

* {
font-family: "ayfont", sans-serif !important;
}