Here is the critical friction: Bodoni’s design relies on dramatic contrast. When you apply Bold to the smallcaps variant, you lose some of the elegance that smallcaps are meant to provide.
Technical note: If you try to use this for body text at 11pt, you will regret it. The hairlines will break up on low-resolution screens (like a standard laptop) and will plug up on offset printing if the ink bleeds even slightly.
Mistake #1: The "Ink Trap" illusion Because the thin strokes are so thin, at small sizes (under 18pt), Bodoni 72 Smallcaps Bold can look like the "O" is filled in with ink. Fix: Do not use this font under 24pt. Use Bodoni 6 or Bodoni Old Face for small text. bodoni 72 smallcaps bold
Mistake #2: Using Fake Smallcaps If you type "HELLO" in normal Bodoni Bold and reduce the font size to 70%, you have not achieved smallcaps. You have achieved a typographic sin. The stroke weights will be completely wrong. Fix: Only use the dedicated OpenType Smallcaps feature.
Mistake #3: Poor Leading (Line Spacing) The ascenders and descenders of Bodoni Smallcaps are delicate. If leading is too tight, the sharp serifs of the line above will collide with the ascenders of the line below. Fix: Add 4–6pts extra leading beyond the default. Here is the critical friction: Bodoni’s design relies
This font is not a standard web-safe font. You must use Adobe Fonts or self-host the Web Open Font Format (WOFF).
@import url('https://fonts.adobe.com/css/bodoni-72-smallcaps-bold'); /* Example */
h1
font-family: "bodoni-72-smallcaps", serif;
font-weight: 700;
font-style: normal;
text-transform: uppercase; /* Triggers smallcaps via OpenType */
font-variant: small-caps; /* Back-up method */
Let’s break the keyword down into its three components. Technical note: If you try to use this
Small caps, by their nature, have more white space surrounding each letter than mixed case. If you leave tracking at default (0), the words look gappy and disconnected.
Designers often wonder: What’s the point of small caps if uppercase exists? Look closely: Uppercase letters sit on the baseline and ascend to the cap height. Small caps also ascend to the cap height, but they are drawn with slightly heavier proportions to sit harmoniously with lowercase text. In a Bold setting, small caps avoid the "shouting" visual of full caps.