summaryrefslogtreecommitdiffstats
path: root/assets/stylesheets
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-03-31 23:18:10 -0700
committerSamy Pessé <samypesse@gmail.com>2014-03-31 23:18:10 -0700
commit202355729ee36d5b48d2af07e3ca2588650e33f6 (patch)
treefa21742d5ac3f0b2124cfcf56e35beed6859e8de /assets/stylesheets
parent70569affc2bc00fc84b801cb641beb0e421c6a4f (diff)
downloadgitbook-202355729ee36d5b48d2af07e3ca2588650e33f6.zip
gitbook-202355729ee36d5b48d2af07e3ca2588650e33f6.tar.gz
gitbook-202355729ee36d5b48d2af07e3ca2588650e33f6.tar.bz2
Fix font-awesome path
Diffstat (limited to 'assets/stylesheets')
-rw-r--r--assets/stylesheets/variables.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/variables.less b/assets/stylesheets/variables.less
index e9a778b..4cb9e56 100644
--- a/assets/stylesheets/variables.less
+++ b/assets/stylesheets/variables.less
@@ -39,4 +39,4 @@
/* Fonts */
@FontPath: '@{staticPath}/fonts';
-@FontAwesomePath: "@{FontPath}/fontawesome";
+@fa-font-path: "@{FontPath}/fontawesome";