Use Figtree on public display and drop monospace clock.
Deploy Ladill Queue / deploy (push) Successful in 30s

Load Figtree from Bunny Fonts and apply sans-serif to the waiting-area screen.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-29 23:14:05 +00:00
co-authored by Cursor
parent 6357c29c8b
commit 615a07adac
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -6,6 +6,8 @@
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="theme-color" content="#f8fafc">
<title>{{ $screen->name }} · Queue Display</title>
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=figtree:400,500,600,700&display=swap" rel="stylesheet">
@vite(['resources/css/app.css', 'resources/js/app.js'])
</head>
<body
@@ -59,7 +61,7 @@
>
</div>
<div class="shrink-0 text-right">
<p class="font-mono text-2xl font-semibold tabular-nums tracking-tight text-slate-900 lg:text-3xl" x-text="clock">--:--</p>
<p class="text-2xl font-semibold tabular-nums tracking-tight text-slate-900 lg:text-3xl" x-text="clock">--:--</p>
<p class="mt-0.5 text-xs text-slate-500" x-text="dateLabel"></p>
</div>
</div>