22-05-2026 Optimierung der User und Admin Panels
This commit is contained in:
parent
d2ba22c0cf
commit
e8c47b7553
73 changed files with 10282 additions and 1546 deletions
|
|
@ -7,8 +7,7 @@
|
|||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||
<link href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600" rel="stylesheet" />
|
||||
@include('partials.local-fonts')
|
||||
|
||||
@vite(['resources/css/portal.css', 'resources/js/app.js'], 'build/portal')
|
||||
@livewireStyles
|
||||
|
|
|
|||
|
|
@ -7,10 +7,9 @@
|
|||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
||||
|
||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||
{{-- Hub × FluxUI Phase 1: Inter Tight + JetBrains Mono + Source Serif 4
|
||||
(Source Serif 4 nur für brand-mark in Headern, deshalb mitgeladen). --}}
|
||||
<link href="https://fonts.bunny.net/css?family=inter-tight:400,500,600,700|jetbrains-mono:400,500,600|source-serif-4:400,500,600,700" rel="stylesheet" />
|
||||
@include('partials.local-fonts')
|
||||
|
||||
{{-- Phase 1 Refinement: NUR portal.css einbinden — KEIN resources/js/app.js.
|
||||
app.js startet Alpine via `Alpine.start()`, aber @fluxScripts (am Ende
|
||||
|
|
|
|||
3
resources/views/partials/local-fonts.blade.php
Normal file
3
resources/views/partials/local-fonts.blade.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<link href="{{ asset('fonts/inter-tight/font.css') }}" rel="stylesheet">
|
||||
<link href="{{ asset('fonts/source-serif-4/font.css') }}" rel="stylesheet">
|
||||
<link href="{{ asset('fonts/jetbrains-mono/font.css') }}" rel="stylesheet">
|
||||
Loading…
Add table
Add a link
Reference in a new issue