|
1234567891011121314151617181920 |
- title: Use real small caps; avoid fakes
- url: http://practicaltypography.com/small-caps.html
- hash_url: 13cdde344f3505f6c7372746fae8a2cb
-
- <p><first-use>Small caps</first-use> are short capital letters designed to blend with lowercase text. They’re usually slightly taller than lowercase <span class="no-hyphens">letters.</span></p><p>I’m a big fan of small caps. They’re a great alternative to <a href="http://practicaltypography.com/bold-or-italic.html" class="xref">bold or italic</a> or <a href="http://practicaltypography.com/all-caps.html" class="xref">all caps</a>.</p><p>But most people have never seen real small caps. They’ve only seen the ersatz small caps that word processors and web browsers generate when small-cap formatting is <span class="no-hyphens">used.</span></p><style type="text/css">
-
-
- .fake-small-caps{
- font-family: Equity;
- }
-
- .shrink {
- font-size: 72%;
- text-transform: uppercase;
- }
-
- .real-small-caps{
- font-family: EquityCaps;
- }
- </style><table class="example"><tr><td style="font-size:190%"><example-text><span class="fake-small-caps"><span>W</span><span class="shrink"><span>itness</span></span><span> P</span><span class="shrink"><span>rotection</span></span></span></example-text></td><td><example-caption>fake</example-caption></td></tr><tr><td style="font-size:190%"><example-text><span class="real-small-caps"><span>Witness Protection</span></span></example-text></td><td><example-caption>real</example-caption></td></tr><tr><td style="font-size:190%"><example-text><div style="font-size:60%;font-family:equity-text"><span>Trixie Argon, </span><em><span>Ways to Be Wicked</span></em><span>, in</span><br /><span class="fake-small-caps"><span>C</span><span class="shrink"><span>onjuring</span></span><span> </span><span class="shrink"><span>for</span></span><span> B</span><span class="shrink"><span>eginners</span></span></span><span>, at 137–39</span><br /><span>(London, Quid Pro Books, 2004).</span></div></example-text></td><td><example-caption>fake</example-caption></td></tr><tr><td style="font-size:190%"><example-text><div style="font-size:60%;font-family:equity-text"><span>Trixie Argon, </span><em><span>Ways to Be Wicked</span></em><span>, in</span><br /><span class="real-small-caps"><span>Conjuring for Beginners</span></span><span>, at 137–39</span><br /><span>(London, Quid Pro Books, 2004).</span></div></example-text></td><td><example-caption>real</example-caption></td></tr></table><aside>Typographers use the word <em>color</em> to refer to how light or dark a text block appears on a page (even if all the characters are <span class="no-hyphens">black).</span></aside><p>Small-cap formatting works by scaling down regular caps. But compared to the other characters in the font, the fake small caps that result are the wrong height, and their vertical strokes are too light. Whereas with real small caps, the <a href="http://practicaltypography.com/color.html" class="xref">color</a> and height have been calibrated to blend well with the normal uppercase and lowercase <span class="no-hyphens">letters.</span></p><p>Therefore, two rules for small <span class="no-hyphens">caps:</span></p><ol><li><p>Don’t click on the small-cap formatting box in your word processor. Ever. And don’t use the CSS property <code>font-variant: small-caps</code>. Ever. These options do not produce small caps. They produce inferior <span class="no-hyphens">counterfeits.</span></p></li><li><p>The rules for <a href="http://practicaltypography.com/all-caps.html" class="xref">all caps</a> also apply to small caps: use small caps sparingly, add <a href="http://practicaltypography.com/letterspacing.html" class="xref">letterspacing</a>, and turn on <a href="http://practicaltypography.com/kerning.html" class="xref">kerning</a>.</p></li></ol><p>Now for the bad news. If you want real small caps, you’ll have to buy them—they’re not included with any <a href="http://practicaltypography.com/system-fonts.html" class="xref">system font</a>.</p><p>Sometimes, small caps come in their own font file that shows up separately in the font menu. So when you want small caps, you format the text with the small-cap font. Other times, small caps are included in the main font file as an <a href="http://practicaltypography.com/opentype-features.html" class="xref">OpenType feature</a> (named ‘smcp’). But either way, you can also use <a href="http://practicaltypography.com/paragraph-and-character-styles.html" class="xref">paragraph and character styles</a> to apply small caps, and eliminate the tedium of finding <span class="no-hyphens">them.</span></p><div class="btw"><div class="btw-title">by the way</div><ul><li><p>With small caps, it’s your call whether to use regular capital letters at the beginning of capitalized words. I prefer not <span class="no-hyphens">to.</span></p></li><li><p>Both <a href="http://practicaltypography.com/equity.html" class="xref">Equity</a> and <a href="http://practicaltypography.com/concourse.html" class="xref">Concourse</a> have separate sets of small-caps fonts with the letterspacing already baked in. This saves labor. It also allows you to get properly spaced small caps in any program, even those that don’t support OpenType features or letterspacing. (Including web browsers—see <a href="http://practicaltypography.com/letterspacing.html" class="xref">letterspacing</a> for <span class="no-hyphens">more.)</span></p></li></ul></div>
|