going back to HTML

This commit is contained in:
Jeena 2015-02-08 19:55:24 +01:00
parent 369144f03f
commit 6ffdd51bf0
8 changed files with 79 additions and 256 deletions

View file

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