Skip to content

Instantly share code, notes, and snippets.

View christian-dale's full-sized avatar
🎯
Focusing

Jim Christian christian-dale

🎯
Focusing
View GitHub Profile
@Laszaro
Laszaro / typography-scales.css
Created October 11, 2013 14:03
CSS - Typography Scales
/*
Source: http://typecast.com/blog/contrast-through-scale
The 16th century scale:
6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 21, 24, 26, 48, 60, 72
*/
body { font-size:100%; }
h1 { font-size: 2.25em; /* 16 x 2.25 = 36 */ }
h2 { font-size: 1.5em; /* 16 x 1.5 = 24 */ }