Skip to content

Commit

Permalink
correct link for css font
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnb committed Dec 13, 2023
1 parent 8c1c110 commit 4dd16dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4dd16dc

Please sign in to comment.