Typography

Menu

Default to an OS-specific font stack that responds to the user’s corporate aesthetic of choice (Apple, Google, Microsoft).

font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Helvetica, sans-serif;
1.414

Build global and local type scales in augmented fourth intervals.

Set global line-height of 1.414 to all elements with the exception of headings, which should default to 1.25. With the following CSS snippet, reset global margins for every block-level element:

body * + * { margin-top: 1em; }

Here is a sample type scale set in augmented fourth intervals with additional styling:

Close menu

← Return home