mardi 24 novembre 2020

how to use font face attribute to html without using html?

I am in a condition where I cannot use spreadsheet like CSS , but I want to use font face in HTML but how can I add external fonts here only using HTML.

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

here i can use src but how can i use src and Font face in HTML

Aucun commentaire:

Enregistrer un commentaire