@font-face {
    font-family: "nexa";
    src: url('./nexa.ttf');
}

body {
    font-family: "nexa" !important;
}