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 {