Enforce Figtree across the entire public display page.
Deploy Ladill Queue / deploy (push) Successful in 57s

Apply font-sans on html/body and cascade Figtree to all display text including overlays.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-29 23:17:09 +00:00
co-authored by Cursor
parent c1113bc5a2
commit d982e28191
2 changed files with 16 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="h-full overflow-hidden bg-slate-50">
<html lang="en" class="h-full overflow-hidden bg-slate-50 font-sans">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -11,7 +11,7 @@
@vite(['resources/css/app.css', 'resources/js/app.js'])
</head>
<body
class="qms-display qms-display__grid-bg overflow-hidden bg-slate-50 text-slate-900"
class="qms-display qms-display__grid-bg overflow-hidden bg-slate-50 font-sans text-slate-900"
x-data="displayBoard(@js([
'dataUrl' => $dataUrl,
'playedUrl' => $playedUrl,