about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-08-04 16:25:54 +0100
committerArun Isaac2026-08-04 16:25:54 +0100
commit11e598b3e6f91541a8ba8fedb2588e41132aa653 (patch)
tree17d75fdf82a168a36220e076492c3cb1f3f57035
parent64070faaf00f86cb311673a86d58de5bde24bc9f (diff)
downloadguix-forge-11e598b3e6f91541a8ba8fedb2588e41132aa653.tar.gz
guix-forge-11e598b3e6f91541a8ba8fedb2588e41132aa653.tar.lz
guix-forge-11e598b3e6f91541a8ba8fedb2588e41132aa653.zip
website: Prefix paths to fonts with /guix-forge. HEAD main
The guix-forge website is now served under a /guix-forge prefix.
-rw-r--r--website/style.css6
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;
 }