Skip to content

Commit 2dff275

Browse files
committed
wip
1 parent e9bf821 commit 2dff275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Auth/bootstrap-stubs/layouts/app.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- Fonts -->
1313
<link rel="dns-prefetch" href="//fonts.gstatic.com">
14-
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
14+
<link href="https://fonts.bunny.net/css?family=Nunito" rel="stylesheet">
1515

1616
<!-- Scripts -->
1717
@vite(['resources/sass/app.scss', 'resources/js/app.js'])

src/Presets/bootstrap-stubs/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Fonts
2-
@import url('https://fonts.googleapis.com/css?family=Nunito');
2+
@import url('https://fonts.bunny.net/css?family=Nunito');
33

44
// Variables
55
@import 'variables';

0 commit comments

Comments
 (0)