⌘+\
rem
rem
rem
rem
rem
rem
rem
rem
rem
rem
rem

Typography Preview

A Visual Guide to Type

Understanding Hierarchy

Typography is the art and technique of arranging type to make written language legible, readable, and appealing when displayed.

The Building Blocks

"Typography is two-dimensional architecture, based on experience and imagination, and guided by rules and readability."
— Emil Ruder
Technical Considerations

Here's a code example: font-family: system-ui;

Keyboard Shortcuts

Press + B for bold text.

// Example code block
function typography() {
  return "Beautiful type";
}

This interactive tool allows you to experiment with different system fonts on various article elements. You can customize the typography for headings, paragraphs, blockquotes, and more using fonts installed on your system.

How to Use

  1. Click the "Load System Fonts" button to fetch all available fonts from your system
  2. For each element, select:
    • Font Family: Choose from your installed fonts
    • Font Weight: Available weights for the selected font
    • Font Size: Adjust the size in rem units

The preview will update in real-time as you make changes.

Tips for Good Typography