We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43bdfb6 commit c8c3ca6Copy full SHA for c8c3ca6
1 file changed
resources/views/app.blade.php
@@ -37,7 +37,7 @@
37
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
38
39
<link rel="preconnect" href="https://fonts.bunny.net">
40
- <link href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600" rel="stylesheet" />
+ <link href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600" rel="stylesheet" media="print" onload="this.media='all'">
41
42
@vite(['resources/js/app.ts', "resources/js/pages/{$page['component']}.vue"])
43
@inertiaHead
0 commit comments