+ 2
What is font-family ?
<html> <head> <style> body { color: green; font-family: Arial; } </style> </head> <body> <p> This is a text inside the paragraph. </p> </body> </html> Don't understand font-family
4 Answers
+ 3
it works the same as
a font tag which just
changes the appearance of
letters (changes there font)
+ 2
https://www.sololearn.com/learn/CSS/1084/
I hope this helps you
- 2
like my question too please need 5 likes only đ