diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-14 00:23:38 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-14 00:23:38 +0200 |
commit | 4ca719b1085252ac09c1ad08d945c3dbabe51ef8 (patch) | |
tree | 693b2b5a3eff29d47d9d60cb4aa2d07b3fdcb52d /theme/stylesheets/variables.less | |
parent | 889183ccc9b0a42cfbeeb67dfafe140be5512f62 (diff) | |
download | gitbook-4ca719b1085252ac09c1ad08d945c3dbabe51ef8.zip gitbook-4ca719b1085252ac09c1ad08d945c3dbabe51ef8.tar.gz gitbook-4ca719b1085252ac09c1ad08d945c3dbabe51ef8.tar.bz2 |
Fix fonts path
Diffstat (limited to 'theme/stylesheets/variables.less')
-rwxr-xr-x | theme/stylesheets/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/stylesheets/variables.less b/theme/stylesheets/variables.less index 4b79675..5dc9a9e 100755 --- a/theme/stylesheets/variables.less +++ b/theme/stylesheets/variables.less @@ -79,5 +79,5 @@ @font-family-sans: "Open Sans", "Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; @font-family-base: @font-family-serif; -@FontPath: '@{staticPath}/gitbook/fonts'; -@fa-font-path: "@{FontPath}/fontawesome";
\ No newline at end of file +@FontPath: '@{staticPath}/fonts'; +@fa-font-path: "@{FontPath}/fontawesome"; |