Skip to content

Commit 52863d9

Browse files
authored
Update font delivery (laravel#5952)
Seeing the non compliance of Google Fonts to GDPR I thought to update the CDN. My non-designer eyes could see no difference on the site.
1 parent 1e97448 commit 52863d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: resources/views/welcome.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Laravel</title>
88

99
<!-- Fonts -->
10-
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap" rel="stylesheet">
10+
<link href="https://fonts.bunny.net/css2?family=Nunito:wght@400;600;700&display=swap" rel="stylesheet">
1111

1212
<!-- Styles -->
1313
<style>

0 commit comments

Comments
 (0)