Skip to content

Instantly share code, notes, and snippets.

@jxson
Created July 11, 2012 23:10
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/3094372 to your computer and use it in GitHub Desktop.
Save jxson/3094372 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;
color: #256191;
text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.1)
, 1px 1px 0 rgba(0, 0, 0, 0.3);
}
<h1>favortree</h1>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment