We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bf821 commit 2dff275Copy full SHA for 2dff275
src/Auth/bootstrap-stubs/layouts/app.stub
@@ -11,7 +11,7 @@
11
12
<!-- Fonts -->
13
<link rel="dns-prefetch" href="//fonts.gstatic.com">
14
- <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
+ <link href="https://fonts.bunny.net/css?family=Nunito" rel="stylesheet">
15
16
<!-- Scripts -->
17
@vite(['resources/sass/app.scss', 'resources/js/app.js'])
src/Presets/bootstrap-stubs/app.scss
@@ -1,5 +1,5 @@
1
// Fonts
2
-@import url('https://fonts.googleapis.com/css?family=Nunito');
+@import url('https://fonts.bunny.net/css?family=Nunito');
3
4
// Variables
5
@import 'variables';
0 commit comments