summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/variables.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-06-03 20:14:44 +0200
committerSamy Pessé <samypesse@gmail.com>2014-06-03 20:14:44 +0200
commit907e9ea5a71d3ea2cd270f2cabd79ce15108084d (patch)
tree4462e0357143dc6828978bf4db0af939b4a3b872 /theme/stylesheets/website/variables.less
parent215488dc45f1ed2e2c926537ca88e1c153876848 (diff)
downloadgitbook-907e9ea5a71d3ea2cd270f2cabd79ce15108084d.zip
gitbook-907e9ea5a71d3ea2cd270f2cabd79ce15108084d.tar.gz
gitbook-907e9ea5a71d3ea2cd270f2cabd79ce15108084d.tar.bz2
Improve font on title
Set sans-serif as default
Diffstat (limited to 'theme/stylesheets/website/variables.less')
-rw-r--r--theme/stylesheets/website/variables.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/stylesheets/website/variables.less b/theme/stylesheets/website/variables.less
index 3c3ae23..4eb32df 100644
--- a/theme/stylesheets/website/variables.less
+++ b/theme/stylesheets/website/variables.less
@@ -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";