From 5895d84506e343b20d34d76c51edcc879602d666 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Wed, 28 Nov 2018 20:19:25 +0100 Subject: [PATCH] Fix font path --- assets/sass/style.sass | 4 ++-- docs/404.html | 2 +- docs/blog/coffee-ipsum/index.html | 2 +- docs/blog/hipster-ipsum/index.html | 2 +- docs/blog/index.html | 2 +- docs/blog/no-date/index.html | 2 +- docs/blog/startup-ipsum/index.html | 2 +- ...b9c727c87e4c5adfa4bb5dc2cfc9b06ea7eb3c82ee6b85ea88bc.css | 4 ---- docs/de/404.html | 2 +- docs/de/blog/coffee-ipsum/index.html | 2 +- docs/de/blog/hipster-ipsum/index.html | 2 +- docs/de/blog/index.html | 2 +- docs/de/blog/startup-ipsum/index.html | 2 +- docs/de/index.html | 2 +- docs/de/projects/design/index.html | 2 +- docs/de/projects/index.html | 2 +- docs/de/projects/photography/index.html | 2 +- docs/de/projects/writing/index.html | 2 +- docs/de/tags/code/index.html | 2 +- docs/de/tags/coffee/index.html | 2 +- docs/de/tags/images/index.html | 2 +- docs/de/tags/index.html | 2 +- docs/de/tags/ipsum/index.html | 2 +- docs/de/tags/words/index.html | 2 +- docs/es/404.html | 2 +- docs/es/blog/coffee-ipsum/index.html | 2 +- docs/es/blog/hipser-ipsum/index.html | 2 +- docs/es/blog/index.html | 2 +- docs/es/blog/startup-ipsum/index.html | 2 +- docs/es/index.html | 2 +- docs/es/projects/design/index.html | 2 +- docs/es/projects/index.html | 2 +- docs/es/projects/photography/index.html | 2 +- docs/es/projects/writing/index.html | 2 +- docs/es/tags/code/index.html | 2 +- docs/es/tags/coffee/index.html | 2 +- docs/es/tags/images/index.html | 2 +- docs/es/tags/index.html | 2 +- docs/es/tags/ipsum/index.html | 2 +- docs/es/tags/words/index.html | 2 +- docs/index.html | 2 +- docs/projects/design/index.html | 2 +- docs/projects/index.html | 2 +- docs/projects/photography/index.html | 2 +- docs/projects/writing/index.html | 2 +- docs/tags/code/index.html | 2 +- docs/tags/coffee/index.html | 2 +- docs/tags/images/index.html | 2 +- docs/tags/index.html | 2 +- docs/tags/ipsum/index.html | 2 +- docs/tags/words/index.html | 2 +- .../style.sass_ed49e085717c1c90f2122c5f5731b8cc.content | 6 +++--- .../sass/style.sass_ed49e085717c1c90f2122c5f5731b8cc.json | 2 +- 53 files changed, 55 insertions(+), 59 deletions(-) delete mode 100644 docs/css/main.min.9cc6895d8562b9c727c87e4c5adfa4bb5dc2cfc9b06ea7eb3c82ee6b85ea88bc.css 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" diff --git a/docs/404.html b/docs/404.html index a1a16f5..7230d99 100644 --- a/docs/404.html +++ b/docs/404.html @@ -1,4 +1,4 @@ -404 Page not found - Introduction

404