Skip to content

Instantly share code, notes, and snippets.

@jxson
Created July 11, 2012 19:22
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/3092586 to your computer and use it in GitHub Desktop.
Save jxson/3092586 to your computer and use it in GitHub Desktop.
Favortree Experiments
/**
* Favortree Experiments
*/
@font-face {
font-family: 'Fontane';
src: url('http://tiny.local:8080/fonts/fontane.ttf');
src: local('‚ò∫'),
url('http://tiny.local:8080/fonts/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;
}
h1 {
font-size: 5em;
font-family: 'Fontane';
margin: 1.4em 0;
text-align: center;
color: #f0f0f0;
/* text-shadow: -1px -1px 0 black
, 1px 1px 0 white;
*/}
<h1>favor tree</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