← Back to Glossary

font-size

Typography

Declares text size dimensions using absolute measurements or responsive scale units.

Common Value Formats

  • font-size: 16px; Static pixels
  • font-size: 1.25rem; Relative to root tag font size
  • font-size: 2em; Twice the size of parent font scope
interactive-example.html
Live Preview