Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-11-28 22:19:25 +0300
committerHanzei <hanzei@mailbox.org>2018-11-28 22:19:25 +0300
commit5895d84506e343b20d34d76c51edcc879602d666 (patch)
treed5393010a66d813aabd52d1080ed16acfd8bdf3c /assets
parent1a032470ce5548cb56958cf61e88ad6feca41ed5 (diff)
Fix font path
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/style.sass4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/sass/style.sass b/assets/sass/style.sass
index 3f4ef03..f5c9069 100644
--- a/assets/sass/style.sass
+++ b/assets/sass/style.sass
@@ -1,6 +1,6 @@
{{ $themeStyle := .Site.Params.themeStyle | default "light" }}
-$fa-font-path: {{ "/fonts/fontawesome-free/webfonts" | relURL }}
-$nunito-font-path: {{ "/fonts/NunitoSans" | relURL }}
+$fa-font-path: '{{ "fonts/fontawesome-free/webfonts" | absURL }}'
+$nunito-font-path: '{{ "fonts/NunitoSans" | absURL }}'
@import "fonts"
@import "{{ $themeStyle }}-variables"