sheryislive / Cuberto

18 stars 21 forks source link

Uploaded Fonts in CSS #3

Open nachiketsoni opened 1 year ago

nachiketsoni commented 1 year ago

Added These lines in CSS so that the procedure of converting Fonts to OTF or TTF and installing the font get Skip

@font-face {
    font-family:"averta cy w10" ;
    src: url(./AvertaCY-Bold.woff2);
}
@font-face {
    font-family:"averta cy w10" ;
    src: url(./AvertaCY-Light.woff2);
}
@font-face {
    font-family:"averta cy w10" ;
    src: url(./AvertaCY-Regular.woff2);
}
@font-face {
    font-family:"averta cy w10" ;
    src: url(./AvertaCY-Semibold.woff2);
}