Improve font on title

Set sans-serif as default
This commit is contained in:
Samy Pessé
2014-06-03 20:14:44 +02:00
parent 215488dc45
commit 907e9ea5a7
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ define([
// Instantiate font state object
fontState = storage.get("fontState", {
size: config.size || 1,
family: FAMILY[config.family || "serif"],
family: FAMILY[config.family || "sans"],
theme: THEMES[config.theme || "white"]
});
fontState.save = function(){