How to change words styles such as calibri and other styles by using only HTML tags no css or other | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to change words styles such as calibri and other styles by using only HTML tags no css or other

19th Feb 2017, 8:23 AM
strike alinaseem
strike alinaseem - avatar
3 Answers
+ 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 ^^
19th Feb 2017, 6:45 PM
visph
visph - avatar
+ 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>
19th Feb 2017, 8:55 AM
Orfeo Terkuci
Orfeo Terkuci - avatar
0
thnx
19th Feb 2017, 9:30 AM
strike alinaseem
strike alinaseem - avatar