diff options
Diffstat (limited to 'readable.js')
-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>"; |