Skip to content

Instantly share code, notes, and snippets.

@tjohnson4
Created December 17, 2012 22:11
Show Gist options
  • Save tjohnson4/4322799 to your computer and use it in GitHub Desktop.
Save tjohnson4/4322799 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
@font-face {
font-family: 'GothamBook';
font-style: normal;
font-weight: 600;
src:url(http://static.flingo.tv/samba/assets/fonts/GothaBook.ttf);
}
@font-face {
font-family: 'GothamMed';
font-style: normal;
font-weight: 600;
src:url(http://static.flingo.tv/samba/assets/fonts/GothaMed.ttf);
}
@font-face {
font-family: 'GothamBold';
font-style: normal;
font-weight: 600;
src:url(http://static.flingo.tv/samba/assets/fonts/GothaBold.ttf);
}
h1 {
color : #fff; font-family : "GothamMed", GothamMed;
}
h1:first-child {
color : #fff;
font-family : "GothamBook", GothamBook;
}
h1:last-child {
color : #fff;
font-family : "GothamBold", GothamBold;
}
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
<!-- content to be placed inside <body>…</body> -->
<h1>Woot</h1>
<h1>Woot</h1>
<h1>Woot</h1>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment