mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +00:00
Remove absurl for fonts (#191)
This will either fix the demo, or break the theme.
This commit is contained in:
parent
cfc6909570
commit
3828ad0823
3 changed files with 7355 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{{ $themeStyle := .Site.Params.themeStyle | default "light" }}
|
{{ $themeStyle := .Site.Params.themeStyle | default "light" }}
|
||||||
$fa-font-path: '{{ "fonts/fontawesome-free/webfonts" | absURL }}'
|
$fa-font-path: '{{ "/fonts/fontawesome-free/webfonts" }}'
|
||||||
$nunito-font-path: '{{ "fonts/NunitoSans" | absURL }}'
|
$nunito-font-path: '{{ "/fonts/NunitoSans" }}'
|
||||||
|
|
||||||
@import "fonts"
|
@import "fonts"
|
||||||
@import "{{ $themeStyle }}-variables"
|
@import "{{ $themeStyle }}-variables"
|
||||||
|
|
7352
exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
generated
Normal file
7352
exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
generated
Normal file
File diff suppressed because it is too large
Load diff
1
exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.json
generated
Normal file
1
exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.json
generated
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"Target":"css/main.css","MediaType":"text/css","Data":{}}
|
Loading…
Reference in a new issue