[CSS] [proprietà] font-family

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

Fonti esterne

css, proprietà css

Related Articles

0 Comment

Rispondi