Skip to content

Instantly share code, notes, and snippets.

@brito
Last active June 1, 2016 00:33
Show Gist options
  • Save brito/ff2d7399e6c84b1609f3 to your computer and use it in GitHub Desktop.
Save brito/ff2d7399e6c84b1609f3 to your computer and use it in GitHub Desktop.
Golden Typographic Scale
/* Golden Typographic Scale
bit.ly/golden-type_css */
h1, h2, h3 { margin:calc(1.618rem/2) 0 }
h1 { font-size:2.618rem; opacity:.381 }
h2 { font-size:2.058rem; opacity:.618 }
h3 { font-size:1.618rem }
h4 { font-size:1.272rem }
* { font:300 1em/1.618rem FontAwesome, Segoe UI, Avenir;
text-transform:none; text-decoration:none;
letter-spacing:-.01em; word-spacing:.038em; margin:auto }
h5, h6 { text-transform:uppercase }
h5 { font-size:.786rem }
h6 { font-size:.618rem; font-weight:bold }
/* type-scale.com */
/* Mystery meat */
body:after { text-align:left; display:inline-block;
content:'From troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. “What’s happened to me?” he thought. It wasn’t a dream. His room, a proper human room although a little too small, lay peacefully between its four familiar walls.' }
/* for debugging */
* { outline:1px solid rgba(255,0,0,.3) }/**/
body { column-width:45vw }
* { text-align:right }
<h1> Business Operations </h1>
<h2> Business Operations </h2>
<h3> Business Operations </h3>
<h4> Business Operations </h4>
<h5> Business Operations </h5>
<h6> Business Operations </h6>
// alert('Hello world!');
h1,h2,h3{margin:calc(1.618rem/2) 0}h1{font-size:2.618rem;opacity:.381}h2{font-size:2.058rem;opacity:.618}h3{font-size:1.618rem}h4{font-size:1.272rem}*{font:300 1em/1.618rem FontAwesome,Segoe UI,Avenir;text-transform:none;text-decoration:none;letter-spacing:-.01em;word-spacing:.038em;margin:auto}h5,h6{text-transform:uppercase}h5{font-size:.786rem}h6{font-size:.618rem;font-weight:700}
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment