summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/variables.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-06-03 20:43:47 +0200
committerSamy Pessé <samypesse@gmail.com>2014-06-03 20:43:47 +0200
commitb7ff879c31d5bfc0a9ae2ffce6af97809fc38ad7 (patch)
tree9867448e6f6d3cbb6cceb04f978df31bfaac2e57 /theme/stylesheets/website/variables.less
parent57ade87fe12977624aacb23456119b6248954bd0 (diff)
downloadgitbook-b7ff879c31d5bfc0a9ae2ffce6af97809fc38ad7.zip
gitbook-b7ff879c31d5bfc0a9ae2ffce6af97809fc38ad7.tar.gz
gitbook-b7ff879c31d5bfc0a9ae2ffce6af97809fc38ad7.tar.bz2
Remove fonts Anonymous Pro and EB Garamond
Diffstat (limited to 'theme/stylesheets/website/variables.less')
-rw-r--r--theme/stylesheets/website/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stylesheets/website/variables.less b/theme/stylesheets/website/variables.less
index 4eb32df..ba96451 100644
--- a/theme/stylesheets/website/variables.less
+++ b/theme/stylesheets/website/variables.less
@@ -78,7 +78,7 @@
@border-radius-small: 1px;
// Fonts
-@font-family-serif: Merriweather, "EB Garamond", Georgia, serif;
+@font-family-serif: "Merriweather", Georgia, serif;
@font-family-sans: "Open Sans", "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-base: @font-family-sans;
@headings-font-family: inherit;