diff options
| author | Josh Brewer | 2011-04-18 22:05:45 -0700 | 
|---|---|---|
| committer | Josh Brewer | 2011-04-18 22:05:45 -0700 | 
| commit | fad431579dbe46f6c733cf28a041bf339312ac2d (patch) | |
| tree | 79cc02a11a6a54cc322c8eb93097778cc090c0c7 | |
| parent | 845b54a3163d409d4ee429a1a58f4123dbfdaa0e (diff) | |
| download | ffffallback-fad431579dbe46f6c733cf28a041bf339312ac2d.tar.bz2 | |
testing out Kulturista
| -rw-r--r-- | site/css/screen2.css | 8 | ||||
| -rw-r--r-- | site/index.html | 2 | 
2 files changed, 6 insertions, 4 deletions
| diff --git a/site/css/screen2.css b/site/css/screen2.css index 7a2d18a..818f4c1 100644 --- a/site/css/screen2.css +++ b/site/css/screen2.css @@ -164,18 +164,20 @@ hgroup {    text-indent: -999em;    height:80px;    width:409px;*/ -  margin:0 0 5em -4.5625em; +  margin:0 0 5em 0;  }  hgroup h1 { -  font-family:"kulturista-web-1","kulturista-web-2"; +  font-family:"kulturista-web-1","kulturista-web-2", Candara, "Courier New";    font-size:3em; +  font-weight:200;    text-transform:uppercase;  }  hgroup h2 {    color:#eebe5f; -  font-size:1.5em; +  font-size:1.3125em; +  font-weight:200;  }  /* Really wish H&FJ webfonts were available… but they're not. Image replacement it is. diff --git a/site/index.html b/site/index.html index bbb06a0..1803876 100644 --- a/site/index.html +++ b/site/index.html @@ -30,7 +30,7 @@        <h2>A simple tool for bulletproof web typography.</h2>      </hgroup> -    <p><strong><span class="brave"><i class="ir">It's a brave new world.</i></span> Web fonts are here, sparking an exciting new era in web design. Ffffallback makes it easy to find the perfect fallback fonts, so you can make sure your designs degrade gracefully. Fffallback means better layouts for everyone.</strong></p>  +    <p><strong><span class="brave"><i class="ir">It's a brave new world.</i></span> Web fonts are here, sparking an exciting new era in web design. Ffffallback makes it easy to find the perfect fallback fonts, so you can make sure your designs degrade gracefully. Fffallback means a better typographic web for everyone.</strong></p>       <p>So in the spirit of bulletproof web design, we give you…</p>      <div class="bkmrklt"> | 
