diff options
| author | Arun Isaac | 2026-08-04 16:25:54 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-08-04 16:25:54 +0100 |
| commit | 11e598b3e6f91541a8ba8fedb2588e41132aa653 (patch) | |
| tree | 17d75fdf82a168a36220e076492c3cb1f3f57035 | |
| parent | 64070faaf00f86cb311673a86d58de5bde24bc9f (diff) | |
| download | guix-forge-11e598b3e6f91541a8ba8fedb2588e41132aa653.tar.gz guix-forge-11e598b3e6f91541a8ba8fedb2588e41132aa653.tar.lz guix-forge-11e598b3e6f91541a8ba8fedb2588e41132aa653.zip | |
The guix-forge website is now served under a /guix-forge prefix.
| -rw-r--r-- | website/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/website/style.css b/website/style.css index bcd4136..08615ce 100644 --- a/website/style.css +++ b/website/style.css @@ -1,20 +1,20 @@ @font-face { font-family: 'Charter'; - src: url('/fonts/charter_regular.woff2') format('woff2'); + src: url('/guix-forge/fonts/charter_regular.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Fira Code'; - src: url('/fonts/FiraCode-Regular.woff2') format('woff2'); + src: url('/guix-forge/fonts/FiraCode-Regular.woff2') format('woff2'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Fira Code'; - src: url('/fonts/FiraCode-SemiBold.woff2') format('woff2'); + src: url('/guix-forge/fonts/FiraCode-SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; } |
