← Back to Glossary

font-family

Typography

Declares prioritized text typefaces and fallback font chains for elements text content.

Common Value Formats

  • font-family: Arial, sans-serif; Standard configuration.
  • font-family: 'Space Grotesk', system-ui, sans-serif; Uses custom font
  • font-family: monospace; Monospace coder typeface
interactive-example.html
Live Preview