Skip to content

Instantly share code, notes, and snippets.

@jensy
jensy / gist:74829e593ff677afa59f
Created July 25, 2014 21:00
how to use custom fonts with framer.js
minutes.html = "?"
minutes.style =
fontFamily: "Futura-CondensedExtraBold"
fontSize: "120px"
lineHeight: "200px"
textAlign: "center"
color: "black"
@jensy
jensy / dabblet.css
Created December 26, 2011 13:26
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;