Load Figtree font on the visitor kiosk page.
Deploy Ladill Frontdesk / deploy (push) Successful in 30s

Match the main app typography by including Bunny Fonts on the standalone kiosk layout.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-27 22:37:36 +00:00
co-authored by Cursor
parent 16c85ce38a
commit c0bcc3dbaf
@@ -11,6 +11,8 @@
<meta name="csrf-token" content="{{ csrf_token() }}"> <meta name="csrf-token" content="{{ csrf_token() }}">
<title>Visitor Check-in · {{ $organization->name }}</title> <title>Visitor Check-in · {{ $organization->name }}</title>
@include('partials.favicon') @include('partials.favicon')
<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" />
<script> <script>
window.__KIOSK__ = { window.__KIOSK__ = {
visitorTypes: @json($visitorTypeCards), visitorTypes: @json($visitorTypeCards),