0
where do you write the font styles in coding? HTML
3 Answers
+ 1
Thanks for the advice!
font style
0
font-family? or font-style?
https://www.w3schools.com/cssref/pr_font_font-style.asp
"HTML" example:
<span style="font-style:Â italic;">Some text.</span>