mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Fix fonts path
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user