+ 1
How to change fonts
4 Answers
+ 4
Learn CSS and you will know about text formattingđ
+ 2
in css: {font-family: fontname;}
+ 1
Hyper Text Markup Language just mark the text to make the readable by the browser. It's as the main structure but without beauty. If you want to plus style (beauty), you will need use CSS (Cascade Style Sheet). Check how here:
https://www.w3schools.com/css/css_font.asp
+ 1
thanxs