diff --git a/assets/scss/_fonts.scss b/assets/scss/_fonts.scss index 211d3404..38ae2ab8 100644 --- a/assets/scss/_fonts.scss +++ b/assets/scss/_fonts.scss @@ -1,35 +1,35 @@ @font-face { font-family: Graphik; font-weight: 300; - src: url("/fonts/Graphik/GraphikLight.otf") format("opentype"); + src: url("../fonts/Graphik/GraphikLight.otf") format("opentype"); } @font-face { font-family: Graphik; font-weight: 400; - src: url("/fonts/Graphik/GraphikRegular.otf") format("opentype"); + src: url("../fonts/Graphik/GraphikRegular.otf") format("opentype"); } @font-face { font-family: Graphik; font-weight: 500; - src: url("/fonts/Graphik/GraphikMedium.otf") format("opentype"); + src: url("../fonts/Graphik/GraphikMedium.otf") format("opentype"); } @font-face { font-family: Graphik; font-weight: 600; - src: url("/fonts/Graphik/GraphikSemibold.otf") format("opentype"); + src: url("../fonts/Graphik/GraphikSemibold.otf") format("opentype"); } @font-face { font-family: Graphik; font-weight: 700; - src: url("/fonts/Graphik/GraphikBold.otf") format("opentype"); + src: url("../fonts/Graphik/GraphikBold.otf") format("opentype"); } @font-face { font-family: IBMPlexMono; font-weight: 400; - src: url("/fonts/IBMPlexMono/IBMPlexMono-Regular.ttf") format("truetype"); + src: url("../fonts/IBMPlexMono/IBMPlexMono-Regular.ttf") format("truetype"); } diff --git a/config.toml b/config.toml index 4ccf84b1..5878a0da 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://docs.score.dev" +baseURL = "https://docs.score.dev/" title = "Score" description = "Score provides a developer-centric and platform-agnostic Workload specification to improve developer productivity and experience. Score eliminates configuration management between local and remote environments." @@ -107,7 +107,7 @@ version = "0.0" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site. -url_latest_version = "https://docs.score.dev/" +url_latest_version = "" # Repository configuration (URLs for in-page links to opening issues and suggesting changes) github_repo = "https://github.com/score-spec/docs"