Skip to content

Commit 0ddd06b

Browse files
committed
Degoogled Project
- Replaced Google Fonts with Bunny Fonts - Replaced Google example with "Example" & "example.com"
1 parent c082602 commit 0ddd06b

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

resources/views/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<!-- Custom icons font-awesome -->
2424
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css" integrity="sha384-fZCoUih8XsaUZnNDOiLqnby1tMJ0sE7oBbNk2Xxf5x8Z4SvNQ9j83vFMa/erbVrV" crossorigin="anonymous"/>
2525

26-
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
26+
<link href="//fonts.bunny.net/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
2727
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
2828
<link rel="stylesheet" href="{{ asset('littlelink/css/animate.css') }}">
2929
@if(file_exists(base_path("littlelink/images/avatar.png" )))

resources/views/layouts/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<title>{{ config('app.name') }}</title>
1212

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

1616
<!-- Styles -->
1717
<link rel="stylesheet" href="{{ asset('css/app.css') }}">

resources/views/layouts/guest.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<title>{{ config('app.name') }}</title>
1818

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

2222
<!-- Styles -->
2323
<link rel="stylesheet" href="{{ asset('css/app.css') }}">

resources/views/layouts/sidebar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="{{ asset('littlelink/css/hover-min.css') }}">
1111
<link rel="stylesheet" href="{{ asset('littlelink/css/animate.css') }}">
1212

13-
<link href="//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet">
13+
<link href="//fonts.bunny.net/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet">
1414
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
1515
<!-- begin dark mode detection -->
1616
<script src="{{ asset('littlelink/js/js.cookie.min.js') }}"></script>

resources/views/layouts/updater.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@stack('updater-head')
1212

1313
<title>Update</title>
14-
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
14+
<link href="//fonts.bunny.net/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
1515
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
1616
<link rel="stylesheet" href="{{ asset('littlelink/css/brands.css') }}">
1717
<link rel="stylesheet" href="{{ asset('littlelink/css/hover-min.css') }}">

resources/views/littlelink.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<!-- Custom icons font-awesome -->
5555
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css" integrity="sha384-fZCoUih8XsaUZnNDOiLqnby1tMJ0sE7oBbNk2Xxf5x8Z4SvNQ9j83vFMa/erbVrV" crossorigin="anonymous"/>
5656

57-
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
57+
<link href="//fonts.bunny.net/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
5858
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
5959
<link rel="stylesheet" href="{{ asset('littlelink/css/animate.css') }}">
6060
@if(file_exists(base_path("littlelink/images/avatar.png" )))

resources/views/maintenance.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- Custom icons font-awesome -->
2121
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css" integrity="sha384-fZCoUih8XsaUZnNDOiLqnby1tMJ0sE7oBbNk2Xxf5x8Z4SvNQ9j83vFMa/erbVrV" crossorigin="anonymous"/>
2222

23-
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
23+
<link href="//fonts.bunny.net/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
2424
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
2525
<link rel="stylesheet" href="{{ asset('littlelink/css/animate.css') }}">
2626
@if(file_exists(base_path("littlelink/images/avatar.png" )))

resources/views/pages.blade.php

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

88
<title>{{ config('app.name') }}</title>
99
<meta name="viewport" content="width=device-width, initial-scale=1">
10-
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
10+
<link href="//fonts.bunny.net/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
1111
<style>@font-face{font-family:'ll';src:url({{ asset('littlelink/fonts/littlelink-custom.otf') }}) format("opentype")}</style>
1212
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
1313
<link rel="stylesheet" href="{{ asset('littlelink/css/brands.css') }}">

resources/views/studio/add-link.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
@csrf
99
<div class="form-group col-lg-8">
1010
<label>Link*</label>
11-
<input type="text" name="link" class="form-control" placeholder="https://google.com" required>
11+
<input type="text" name="link" class="form-control" placeholder="https://example.com" required>
1212
</div>
1313
<div class="form-group col-lg-8">
1414
<label>Title</label>

resources/views/studio/edit-link.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
@csrf
99
<div class="form-group col-lg-8">
1010
<label>Link</label>
11-
<input type="text" name="link" value="{{ $link }}" class="form-control" placeholder="https://google.com" required>
11+
<input type="text" name="link" value="{{ $link }}" class="form-control" placeholder="https://example.com" required>
1212
</div>
1313
<div class="form-group col-lg-8">
1414
<label>Title</label>
15-
<input type="text" name="title" value="{{ $title }}" class="form-control" placeholder="Google">
15+
<input type="text" name="title" value="{{ $title }}" class="form-control" placeholder="Example">
1616
</div>
1717
<div class="form-group col-lg-8">
1818
<label for="exampleFormControlSelect1">Button</label>

0 commit comments

Comments
 (0)