diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-03-31 12:14:40 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-03-31 12:14:40 -0700 |
commit | 0b08663b70230d7b9d8cccb815464e9dc761ed48 (patch) | |
tree | f56380c1f97b11a443aef435a3949624fcddabb4 /assets/stylesheets/variables.less | |
parent | 19a39814752dba872a2a1ff9544e2ca34bc9a3a0 (diff) | |
download | gitbook-0b08663b70230d7b9d8cccb815464e9dc761ed48.zip gitbook-0b08663b70230d7b9d8cccb815464e9dc761ed48.tar.gz gitbook-0b08663b70230d7b9d8cccb815464e9dc761ed48.tar.bz2 |
Fix font path
Diffstat (limited to 'assets/stylesheets/variables.less')
-rw-r--r-- | assets/stylesheets/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/variables.less b/assets/stylesheets/variables.less index a5a9f0c..e9a778b 100644 --- a/assets/stylesheets/variables.less +++ b/assets/stylesheets/variables.less @@ -1,5 +1,5 @@ /* Base static */ -@staticPath: "/static"; +@staticPath: "./"; /* Colors */ @codeboxMainColor: #F16956; /* red */ |