From 7e663c20a88b1efd7772c859cd90ec3acdc8835a Mon Sep 17 00:00:00 2001 From: niklas_net Date: Mon, 7 Jul 2025 16:55:07 +0000 Subject: [PATCH] Changing url in css file --- 2025/voc/voctoweb/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2025/voc/voctoweb/custom.css b/2025/voc/voctoweb/custom.css index 0aee043..7fee54b 100644 --- a/2025/voc/voctoweb/custom.css +++ b/2025/voc/voctoweb/custom.css @@ -1,10 +1,10 @@ @font-face { font-family: 'Retro Floral'; - src: url('http://localhost:3000/assets/retro-floral.regular.ttf') format('truetype'); + src: url('https://static.media.ccc.de/media/events/hackover2025/retro-floral.regular.ttf') format('truetype'); } @font-face { font-family: 'Retro Floral'; - src: url('http://localhost:3000/assets/retro-floral.regular.otf') format('opentype'); + src: url('https://static.media.ccc.de/media/events/hackover2025/retro-floral.regular.otf') format('opentype'); } :root {