diff options
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"; |