mirror of
https://github.com/google/fonts.git
synced 2024-12-18 22:31:31 +03:00
1.0 KiB
1.0 KiB
Kerning is the manual adjustment of the spacing between two specific glyphs. A kerning pair is the same adjustment, but determined by the type designer—with the instructions embedded directly within in a font file.
Novice typographers mistakenly talk about kerning when they actually mean tracking (or “letter-spacing” in CSS). Kerning is all about the customized spacing between two particular glyphs, whereas tracking is the spacing between glyphs applied to an entire piece of text.
Turning on “kerning” via OpenType in CSS enables the kerning pair data already in the font file. Note that it’s turned on by default in most modern browsers, but can be disabled with font-kerning: none;
.