diff options
author | Nick White <git@njw.me.uk> | 2010-11-11 19:47:52 +0000 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-11-11 19:47:52 +0000 |
commit | 7eef7c34918dcacd21bba386cd42056ffef00a75 (patch) | |
tree | dbe73fe1c6c957fb194b719da7531424fd7a76b8 | |
parent | cf8c1d39eb4d2ccd8cb5dfbe7931bc2aa116a3c7 (diff) |
Set text to sans-serif
-rwxr-xr-x | readable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readable.js b/readable.js index 6fff651..8a897ca 100755 --- a/readable.js +++ b/readable.js @@ -67,7 +67,7 @@ function readable() doc.styleSheets[i].disabled = true; doc.body.innerHTML = - "<div style=\"width: 38em; margin: auto; text-align: justify;\">" + + "<div style=\"width:38em; margin:auto; text-align:justify; font-family:sans;\">" + "<h1 style=\"text-align: center\">" + doc.title + "</h1>" + fresh.innerHTML + "</div>"; |