From 4dd16dc042d2669a35f3e4e1a601e6f68fe565ea Mon Sep 17 00:00:00 2001 From: Devin Becker Date: Wed, 13 Dec 2023 15:39:05 -0800 Subject: [PATCH] correct link for css font --- _config.yml | 2 +- _sass/_base.scss | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index aecbdf0..a120354 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ # site domain, full URL to the production location of your collection url: # path to location on the domain if necessary e.g. /digital/hjccc -baseurl: +baseurl: /keepingwatch # location of code, the full url to your github repository source-code: https://github.com/thecdil/keepingwatch diff --git a/_sass/_base.scss b/_sass/_base.scss index ed8bd4c..edb914d 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -5,23 +5,23 @@ */ @font-face { font-family: NationalParkRegular; - src: url("/assets/lib/fonts/NationalPark/NationalPark-Regular.otf") format("opentype"); + src: url("/keepingwatch/assets/lib/fonts/NationalPark/NationalPark-Regular.otf") format("opentype"); } @font-face { font-family: NationalPark; font-weight: bold; - src: url("/assets/lib/fonts/NationalPark/NationalPark-Heavy.otf") format("opentype"); + src: url("/keepingwatch/assets/lib/fonts/NationalPark/NationalPark-Heavy.otf") format("opentype"); } @font-face { font-family: NationalParkLight; - src: url("/assets/lib/fonts/NationalPark/NationalPark-Thin.otf") format("opentype"); + src: url("/keepingwatch/assets/lib/fonts/NationalPark/NationalPark-Thin.otf") format("opentype"); } @font-face { font-family: NationalPark; font-weight: bold; - src: url("/assets/lib/fonts/NationalPark/NationalPark-Outline.otf") format("opentype"); + src: url("/keepingwatch/assets/lib/fonts/NationalPark/NationalPark-Outline.otf") format("opentype"); } body {