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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+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(){
+2 -2
View File
@@ -80,8 +80,8 @@
// Fonts
@font-family-serif: Merriweather, "EB Garamond", Georgia, serif;
@font-family-sans: "Open Sans", "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-base: @font-family-serif;
@font-family-base: @font-family-sans;
@headings-font-family: inherit;
@FontPath: '@{staticPath}/fonts';
@fa-font-path: "@{FontPath}/fontawesome";