File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ export default function Welcome() {
1313
1414 return (
1515 < >
16- < Head title = "Welcome" />
16+ < Head title = "Welcome" >
17+ < link rel = "preconnect" href = "https://fonts.bunny.net" />
18+ < link href = "https://fonts.bunny.net/css?family=figtree:400,500,600& display = swap " rel = "stylesheet" />
19+ </ Head >
1720 < div className = "bg-gray-50 text-black/50 dark:bg-black dark:text-white/50" >
1821 < img id = "background" className = "absolute -left-20 top-0 max-w-[877px]" src = "https://laravel.com/assets/img/welcome/background.svg" />
1922 < div className = "relative flex min-h-screen flex-col items-center justify-center selection:bg-[#FF2D20] selection:text-white" >
Original file line number Diff line number Diff line change 55 <meta name =" viewport" content =" width=device-width, initial-scale=1" >
66
77 <title inertia >{{ config (' app.name' , ' Laravel' ) } } </title >
8-
8+
9+ <link rel =" preconnect" href =" https://fonts.bunny.net" />
10+ <link href =" https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel =" stylesheet" />
11+
912 @routes
1013 @viteReactRefresh
1114 @vite ([' resources/js/app.tsx' , " resources/js/pages/{$page [' component' ]}.tsx" ] )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default {
1313 theme : {
1414 extend : {
1515 fontFamily : {
16- sans : [ 'Inter var ' , ...defaultTheme . fontFamily . sans ] ,
16+ sans : [ 'Figtree ' , ...defaultTheme . fontFamily . sans ] ,
1717 } ,
1818 borderRadius : {
1919 lg : 'var(--radius)' ,
You can’t perform that action at this time.
0 commit comments