diff options
Diffstat (limited to 'theme/stylesheets/website/variables.less')
-rw-r--r-- | theme/stylesheets/website/variables.less | 4 |
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"; |