fixed font resizing

This commit is contained in:
Jeena 2015-02-17 19:51:59 +01:00
parent dd17ff43b2
commit 40aec194bd
7 changed files with 101 additions and 69 deletions

View file

@ -45,5 +45,5 @@ function setArticle(article) {
function setFont(font, size) {
document.body.style.fontFamily = font;
//document.body.style.fontSize = size + "pt";
document.body.style.fontSize = size + "pt";
}