jxson
7/11/2012 - 11:10 PM

Favortree Experiments

Favortree Experiments

{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
/**
 * 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: rgba(0, 0, 0, 0.1);
  text-shadow: 1px 4px 6px #2b72aa
  , 0 0 0 rgba(0, 0, 0, 0.2)
  , 1px 4px 6px #2b72aa;
}