diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2015-08-08 17:35:05 +0200 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@gmail.com> | 2015-08-08 17:35:05 +0200 |
commit | 53621f6de359efcbb44b3e2434743d41efdf8a5f (patch) | |
tree | 174f2a82ec19db3ebccc457bcfc15896d691ff3c /theme/stylesheets/website/variables.less | |
parent | 288b965db3fcd1e6a0979a38cc354b70f31a55ef (diff) | |
download | gitbook-53621f6de359efcbb44b3e2434743d41efdf8a5f.zip gitbook-53621f6de359efcbb44b3e2434743d41efdf8a5f.tar.gz gitbook-53621f6de359efcbb44b3e2434743d41efdf8a5f.tar.bz2 |
Use system fonts instead of webfonts
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 0d79733..4bd7e71 100644 --- a/theme/stylesheets/website/variables.less +++ b/theme/stylesheets/website/variables.less @@ -95,8 +95,8 @@ @border-radius-small: 1px; // Fonts -@font-family-serif: "Merriweather", Georgia, serif; -@font-family-sans: "Open Sans", "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; +@font-family-serif: Georgia, serif; +@font-family-sans: "Helvetica Neue", Helvetica, Arial, sans-serif; @font-family-base: @font-family-sans; @headings-font-family: inherit; |