Improve font sizes and spacing on content

This commit is contained in:
Samy Pessé
2014-06-06 19:33:41 +02:00
parent cfebdc6f6b
commit f7a442d297
5 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ define([
// Instantiate font state object
fontState = storage.get("fontState", {
size: config.size || 1,
size: config.size || 2,
family: FAMILY[config.family || "sans"],
theme: THEMES[config.theme || "white"]
});