What is font-family ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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

17th Mar 2018, 1:15 AM
Serious Sam
Serious Sam - avatar
4 Respuestas
17th Mar 2018, 1:43 AM
Jyoti Giri
+ 3
it works the same as a font tag which just changes the appearance of letters (changes there font)
17th Mar 2018, 2:58 AM
Mahaki
Mahaki - avatar
17th Mar 2018, 12:58 PM
Ujjwal Kumar
Ujjwal Kumar - avatar
- 2
like my question too please need 5 likes only 😀
17th Mar 2018, 1:24 PM
Serious Sam
Serious Sam - avatar