Responsive Letter Spacing – Cloud Four
Another clever use of clamp() and calc() for web typography, but this time it’s adjusting letter-spacing.
Marcin explains why line height works differently in print and the web. Along the way, he hits upon this key insight about CSS:
Web also took away some of the control from typesetters. What in the print era were absolute rules, now became suggestions.
Remember that every line of CSS you write is a suggestion to the browser.
Another clever use of clamp() and calc() for web typography, but this time it’s adjusting letter-spacing.
A great talk by Matthias on what you can do with web standards today!
Everything you ever wanted to know about text-wrap: pretty in CSS.
Some interesting experiments in web typography here.
This is a very handy piece of work by Rich:
The idea is to set sensible typographic defaults for use on prose (a column of text), making particular use of the font features provided by OpenType. The main principle is that it can be used as starting point for all projects, so doesn’t include design-specific aspects such as font choice, type scale or layout (including how you might like to set the line-length).
A little fix for Safari.
Web design is a two-way street. And that’s okay.