Skip to content

Instantly share code, notes, and snippets.

@tjohnson4
Created December 18, 2012 01:01
Show Gist options
  • Save tjohnson4/4324015 to your computer and use it in GitHub Desktop.
Save tjohnson4/4324015 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';
src:url(http://static.flingo.tv/samba/assets/fonts/GothaBook.ttf);
}
@font-face {
font-family: 'GothamMed';
src:url(http://static.flingo.tv/samba/assets/fonts/GothaMed.ttf);
}
@font-face {
font-family: 'GothamBold';
src:url(http://static.flingo.tv/samba/assets/fonts/GothaBold.ttf);
}
h1 {
color : #fff; font-family : "GothamMed", GothamMed;
text-shadow : 0px 0px 10px #3CC
}
h1:first-child {
color : #fff;
font-family : "GothamBook", GothamBook;
}
h1:last-child {
color : #fff;
font-family : "GothamBold", GothamBold;
}
body {
background: #000;
min-height: 100%;
}
#button {
}
<!-- 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