Remove absurl for fonts (#191)

This will either fix the demo, or break the theme.
This commit is contained in:
Victoria Drake 2019-12-28 22:09:11 -05:00 committed by GitHub
parent cfc6909570
commit 3828ad0823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7355 additions and 2 deletions

View file

@ -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"

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1 @@
{"Target":"css/main.css","MediaType":"text/css","Data":{}}