I know webfonts suck, but don't use JS if you don't like it - swerc - anselm's simpler werc fork
 (HTM) git clone git://git.suckless.org/swerc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit b0ca48f614bf87d9e953400fe2c394d7693b48e5
 (DIR) parent 27a7dbff04e9518932a1f4fbc1c80c2e8f84dba4
 (HTM) Author: anselm@garbe.us <unknown>
       Date:   Sat, 24 Mar 2012 19:01:47 +0100
       
       I know webfonts suck, but don't use JS if you don't like it
       Diffstat:
         M pub/style.css                       |       2 +-
         M tpl/master.tpl                      |       1 +
       
       2 files changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/pub/style.css b/pub/style.css
       @@ -1,7 +1,7 @@
        body {
                background-color: #eee;
                color: #111;
       -        font-family: sans-serif;
       +        font-family: 'Open Sans', sans-serif;
                padding: 0;
                margin: 0;
        }
 (DIR) diff --git a/tpl/master.tpl b/tpl/master.tpl
       @@ -2,6 +2,7 @@
        <html>
        <head> 
                <title>%($pageTitle%)</title>
       +        <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
                <link rel="stylesheet" type="text/css" href="/pub/style.css">
                <meta charset="utf-8"> 
        </head>