Add Font Nexa In CSS

PHOTO EMBED

Thu Sep 01 2022 10:10:49 GMT+0000 (Coordinated Universal Time)

Saved by @hamzahanif192

@font-face {
    font-family: "Nexa";
    src: url("fonts/Nexa Light.otf");
    font-weight: 300;
    
}
@font-face {
    font-family: "Nexa";
    src: url("fonts/Nexa Regular.otf");
    font-weight: 400;
    
}

@font-face {
    font-family: "Nexa";
    src: url("fonts/Nexa Bold.otf");
    font-weight: 800;
    
}
@font-face {
    font-family: "Nexa";
    src: url("fonts/nexa-black.otf");
    font-weight: 900;
    
}
content_copyCOPY