font-family
(proprietà CSS) imposta il carattere del testo dell’elemento HTML.
Sintassi
[code lang="html" title="Sintassi:"] [selettore] { font-family: [valore] }
valore | descrizione |
---|---|
XXX | XXX |
Esempi
<style> .fontfamily_1 { font-family: "Times New Roman", Times, serif; } </style> <p class="fontfamily_1">Test</p>
Test
Contenuti correlati
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment