📄️ font-family
Learn how to use the CSS font-family property to select fonts for text, create reliable font stacks, and understand the role of generic font families.
📄️ font-style
Learn how to use the CSS font-style property to control the slant and style of text, primarily setting it to normal, italic, or oblique.
📄️ font-size
Learn how to use the CSS font-size property to control the size of text and understand the critical difference between absolute (px) and relative (em, rem, %) units for creating accessible and responsive layouts.
📄️ font Shorthand
Learn how to use the font shorthand property to set multiple typography properties (style, weight, size, height, and family) in a single, concise CSS declaration.
📄️ Google Fonts
Learn the three-step process for using Google Fonts to enhance typography on your website selecting the font, linking it in HTML, and applying it with CSS.
📄️ font-variant
Learn how to use the CSS font-variant property, particularly for applying small-caps formatting, and understand its role as a shorthand for several advanced font features.