diff --git a/_includes/styles/theme/variables.css b/_includes/styles/theme/variables.css index c2f7a51..448a0b9 100644 --- a/_includes/styles/theme/variables.css +++ b/_includes/styles/theme/variables.css @@ -1,12 +1,12 @@ @font-face { font-family: 'Roobert'; - src: url("/fonts/RoobertVF.woff2") format('woff2-variations'); + src: url("../fonts/RoobertVF.woff2") format('woff2-variations'); font-weight: 300 900; font-style: normal; } @font-face { font-family: 'Roobert'; - src: url("/fonts/RoobertVFItalics.woff2") format('woff2-variations'); + src: url("../fonts/RoobertVFItalics.woff2") format('woff2-variations'); font-weight: 300 900; font-style: italic; } diff --git a/styles/home.css b/styles/home.css index 573dafd..9e595b6 100644 --- a/styles/home.css +++ b/styles/home.css @@ -8,7 +8,7 @@ font-family: var(--font-family-display); font-size: var(--font-5-size); letter-spacing: var(--font-5-spacing); - background-image: image-set(url("/files/img-home.png") 2x); + background-image: image-set(url("../files/img-home.png") 2x); background-repeat: no-repeat; background-position: right calc(50% + 300px) bottom; background-size: 800px auto;