Skip to content

CSS variables for various font-sizes based on a modular scale and with line-heights on follow a vertical rhythm.

Notifications You must be signed in to change notification settings

wiinci/rhythm-and-scale

Repository files navigation

Rhythm and scale

This is a sample extension that generates a typographic scale for font-sizes based on Tim Brown's popular article on the subject of typography and modular scale.

The extension also generates line-heights associated with each of the font-sizes that follow a vertical rhythm. This creates a consistent vertical spacing between elements on page with text that's aligned on a repeating baseline grid.

The output is a collection of CSS custom properties for all headings (h1h6), and the default and small body copy.

Demo

rhythm-and-scale

VS Code API

Running the sample

  • git clone this directory
  • cd rhythm-and-scale
  • npm install to install dependencies
  • Open entension.js and hit F5 ro run and debug extension
  • In the debug window that opens, hit Cmd + Shift + P and type Rhythm and Scale to select the extension
  • Follow prompts and enter the necessary values (integer vs decimals)
  • Get a file with the font-size and line-height properties!

About

CSS variables for various font-sizes based on a modular scale and with line-heights on follow a vertical rhythm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published