0
How to change words styles such as calibri and other styles by using only HTML tags no css or other
3 Respostas
+ 2
And for being sure that the user can display the custom font, you need to provide it at upload: this is done with css too, anyway ^^
+ 1
In order to change the font style, you will need to either use css on external, or inside the bracked like so:
<h1 style="font: calibri"></h1>
0
thnx