0
How to change font in html
Please help and upvote
2 Answers
+ 5
In HTML 4 you could do something like this: https://code.sololearn.com/Wo5Iau1CTcs2
This is not supported in HTML5 and you should rely on CSS3 when it comes to styling your webpages.
Here's an example: https://code.sololearn.com/Wss4j0MYAyJU
+ 2
Thanks!