Load Figtree font on the visitor kiosk page.
Deploy Ladill Frontdesk / deploy (push) Successful in 30s
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:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user