Skip to content

Commit c8c3ca6

Browse files
committed
Add font type
1 parent 43bdfb6 commit c8c3ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
3838

3939
<link rel="preconnect" href="https://fonts.bunny.net">
40-
<link href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600" rel="stylesheet" />
40+
<link href="https://fonts.bunny.net/css?family=instrument-sans:400,500,600" rel="stylesheet" media="print" onload="this.media='all'">
4141

4242
@vite(['resources/js/app.ts', "resources/js/pages/{$page['component']}.vue"])
4343
@inertiaHead

0 commit comments

Comments
 (0)