22-05-2026 Optimierung der User und Admin Panels
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled

This commit is contained in:
Kevin Adametz 2026-05-22 11:18:59 +02:00
parent d2ba22c0cf
commit e8c47b7553
73 changed files with 10282 additions and 1546 deletions

View file

@ -12,15 +12,7 @@
<link rel="icon" href="{{ asset('img/favicons/' . $theme . '-favicon.ico') }}">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net">
@if ($theme === 'landing1')
<link href="https://fonts.bunny.net/css?family=inter:400,500,600,700" rel="stylesheet" />
@elseif($theme === 'landing2')
<link href="https://fonts.bunny.net/css?family=poppins:400,500,600,700" rel="stylesheet" />
@else
<link href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600,700" rel="stylesheet" />
@endif
@include('partials.local-fonts')
<!-- Dynamisches CSS basierend auf Domain-Konfiguration -->
@if ($theme === 'landing1')