Fix fonts path

This commit is contained in:
Samy Pessé
2014-04-14 00:23:38 +02:00
parent 889183ccc9
commit 4ca719b108
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -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";
@FontPath: '@{staticPath}/fonts';
@fa-font-path: "@{FontPath}/fontawesome";