0
where do you write the font styles in coding? HTML
3 Antworten
+ 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>