From 81afb572d126468563c304017cdb1045c185d961 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 25 Mar 2025 01:55:00 +0000 Subject: tissue.scm: Prefix paths with /tissue. * tissue.scm (%css): Prefix with /tissue. (#:indexed-documents): Prefix web-uri with /tissue. * website/style.css (@font-face): Prefix font paths with /tissue. * website/index.skb (Documentation): Prefix path to manual with /tissue. (Download): Prefix path to release tarballs and search with /tissue. --- website/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'website/style.css') diff --git a/website/style.css b/website/style.css index be88f34..9712139 100644 --- a/website/style.css +++ b/website/style.css @@ -1,27 +1,27 @@ @font-face { font-family: 'IBM Plex Sans'; - src: url('/fonts/IBMPlexSans-Regular-Latin1.woff2') format('woff2'); + src: url('/tissue/fonts/IBMPlexSans-Regular-Latin1.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'IBM Plex Sans'; - src: url('/fonts/IBMPlexSans-Bold-Latin1.woff2') format('woff2'); + src: url('/tissue/fonts/IBMPlexSans-Bold-Latin1.woff2') format('woff2'); font-weight: bold; font-style: normal; } @font-face { font-family: 'IBM Plex Mono'; - src: url('/fonts/IBMPlexMono-Regular-Latin1.woff2') format('woff2'); + src: url('/tissue/fonts/IBMPlexMono-Regular-Latin1.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'IBM Plex Mono'; - src: url('/fonts/IBMPlexMono-Bold-Latin1.woff2') format('woff2'); + src: url('/tissue/fonts/IBMPlexMono-Bold-Latin1.woff2') format('woff2'); font-weight: bold; font-style: normal; } -- cgit v1.2.3