Skip to content

Instantly share code, notes, and snippets.

@jxson
Created July 11, 2012 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jxson/3094484 to your computer and use it in GitHub Desktop.
Save jxson/3094484 to your computer and use it in GitHub Desktop.
Favortree Experiments
/**
* Favortree Experiments
*/
@font-face {
font-family: 'Fontane';
src: url('http://cl.ly/1N3Q011I3t0L2I1E1V01/15106_FONTANE.ttf');
src: local('‚ò∫'),
url('http://cl.ly/1N3Q011I3t0L2I1E1V01/15106_FONTANE.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
background: #2b72aa;
/* background: linear-gradient(45deg, #f06, yellow); */
min-height: 100%;
line-height: 1.4;
font-size: 16px;
background: linear-gradient(45deg, #2baa83,#ac2b9a);
}
h1 {
font-size: 5em;
font-family: 'Fontane';
margin: 1.4em 0;
text-align: center;
color: #f0f0f0;
}
<h1>favortree</h1>
{"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