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:
authorVictoria Drake <hello@victoria.dev>2019-12-29 06:30:02 +0300
committerVictoria Drake <hello@victoria.dev>2019-12-29 06:36:06 +0300
commit8dfb51cae7f50255d4ab51d0c32c2ea43ee32b1d (patch)
treed1ae3c7624bdbd3c9168ebc5251b4e485459d5bd /assets
parent65bcf9cbcd5a8441d5f16824f7163ade0632e8d8 (diff)
Switch examplesite back to light
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 f5c9069..54bd7de 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" | absURL }}'
-$nunito-font-path: '{{ "fonts/NunitoSans" | absURL }}'
+$fa-font-path: '{{ "/fonts/fontawesome-free/webfonts" }}'
+$nunito-font-path: '{{ "/fonts/NunitoSans" }}'
@import "fonts"
@import "{{ $themeStyle }}-variables"