Skip to content

Instantly share code, notes, and snippets.

View interactivellama's full-sized avatar

Stephen James interactivellama

View GitHub Profile
@alexbilbie
alexbilbie / ms.less
Created July 1, 2012 18:45
Modular size typography
/* Modular Size typography */
@base-font-size: 14; // this is the base f
@important-font-size: 44;
@font-ratio: 1.618;
@base-diff: @important-font-size / @base-font-size;
@h1: @important-font-size;
@h2: (@base-diff / (@base-diff - (@base-diff / @font-ratio)));