style: Schriftart auf Poppins umgestellt (Google Fonts)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Ferdinand
2026-04-03 13:59:20 +02:00
parent afff92409e
commit 2c67d4e452

View File

@@ -1,7 +1,9 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { body {
font-family: system-ui, sans-serif; font-family: 'Poppins', sans-serif;
background: #f5f5f5; background: #f5f5f5;
color: #222; color: #222;
min-height: 100vh; min-height: 100vh;