From 7020f970d8f6a34896ed7f6c03e07f0977f33299 Mon Sep 17 00:00:00 2001 From: br0tcraft Date: Mon, 28 Oct 2024 21:15:19 +0100 Subject: [PATCH] korrigierte Schriftart --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 7269b2b..e24829b 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,10 @@ @font-face { font-family: 'Orbitron'; - src: url('fonts/Orbitron-Black.ttf') format('truetype'); + src: url('/fonts/Orbitron-Black.ttf') format('truetype'); } @font-face { font-family: 'Roboto'; - src: url('fonts/Roboto-Regular.ttf') format('truetype'); + src: url('/fonts/Roboto-Regular.ttf') format('truetype'); } body { font-family: 'Roboto', sans-serif;