Skip to content

Commit 5600ac0

Browse files
committed
Remove all external dependencies
1 parent 1287fae commit 5600ac0

File tree

56 files changed

+271
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+271
-8
lines changed

resources/views/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function themeAsset($path){
4646
<script src="{{ asset('studio/external-dependencies/fontawesome.js') }}" crossorigin="anonymous"></script>
4747
<link rel="stylesheet" href="{{ asset('studio/external-dependencies/fontawesome.css') }}" />
4848

49-
<link href="//fonts.bunny.net/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
49+
@include('layouts.fonts')
5050
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
5151
<link rel="stylesheet" href="{{ asset('littlelink/css/animate.css') }}">
5252
@if(file_exists(base_path("littlelink/images/avatar.png" )))
Lines changed: 265 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,265 @@
1+
<style>
2+
/* cyrillic */
3+
@font-face {
4+
font-family: 'Open Sans';
5+
font-style: normal;
6+
font-weight: 400;
7+
font-stretch: 100%;
8+
font-display: swap;
9+
src: url({{ asset('studio/fonts/OpenSans/open-sans-cyrillic-400-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-cyrillic-400-normal.woff')}} ) format('woff');
10+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
11+
}
12+
13+
/* cyrillic-ext */
14+
@font-face {
15+
font-family: 'Open Sans';
16+
font-style: normal;
17+
font-weight: 400;
18+
font-stretch: 100%;
19+
font-display: swap;
20+
src: url({{ asset('studio/fonts/OpenSans/open-sans-cyrillic-ext-400-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-cyrillic-ext-400-normal.woff')}} ) format('woff');
21+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
22+
}
23+
24+
/* greek */
25+
@font-face {
26+
font-family: 'Open Sans';
27+
font-style: normal;
28+
font-weight: 400;
29+
font-stretch: 100%;
30+
font-display: swap;
31+
src: url({{ asset('studio/fonts/OpenSans/open-sans-greek-400-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-greek-400-normal.woff')}} ) format('woff');
32+
unicode-range: U+0370-03FF;
33+
}
34+
35+
/* greek-ext */
36+
@font-face {
37+
font-family: 'Open Sans';
38+
font-style: normal;
39+
font-weight: 400;
40+
font-stretch: 100%;
41+
font-display: swap;
42+
src: url({{ asset('studio/fonts/OpenSans/open-sans-greek-ext-400-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-greek-ext-400-normal.woff')}} ) format('woff');
43+
unicode-range: U+1F00-1FFF;
44+
}
45+
46+
/* hebrew */
47+
@font-face {
48+
font-family: 'Open Sans';
49+
font-style: normal;
50+
font-weight: 400;
51+
font-stretch: 100%;
52+
font-display: swap;
53+
src: url({{ asset('studio/fonts/OpenSans/open-sans-hebrew-400-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-hebrew-400-normal.woff')}} ) format('woff');
54+
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
55+
}
56+
57+
/* latin */
58+
@font-face {
59+
font-family: 'Open Sans';
60+
font-style: normal;
61+
font-weight: 400;
62+
font-stretch: 100%;
63+
font-display: swap;
64+
src: url({{ asset('studio/fonts/OpenSans/open-sans-latin-400-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-latin-400-normal.woff')}} ) format('woff');
65+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
66+
}
67+
68+
/* latin-ext */
69+
@font-face {
70+
font-family: 'Open Sans';
71+
font-style: normal;
72+
font-weight: 400;
73+
font-stretch: 100%;
74+
font-display: swap;
75+
src: url({{ asset('studio/fonts/OpenSans/open-sans-latin-ext-400-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-latin-ext-400-normal.woff')}} ) format('woff');
76+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
77+
}
78+
79+
/* vietnamese */
80+
@font-face {
81+
font-family: 'Open Sans';
82+
font-style: normal;
83+
font-weight: 400;
84+
font-stretch: 100%;
85+
font-display: swap;
86+
src: url({{ asset('studio/fonts/OpenSans/open-sans-vietnamese-400-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-vietnamese-400-normal.woff')}} ) format('woff');
87+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
88+
}
89+
90+
/* cyrillic */
91+
@font-face {
92+
font-family: 'Open Sans';
93+
font-style: normal;
94+
font-weight: 600;
95+
font-stretch: 100%;
96+
font-display: swap;
97+
src: url({{ asset('studio/fonts/OpenSans/open-sans-cyrillic-600-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-cyrillic-600-normal.woff')}} ) format('woff');
98+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
99+
}
100+
101+
/* cyrillic-ext */
102+
@font-face {
103+
font-family: 'Open Sans';
104+
font-style: normal;
105+
font-weight: 600;
106+
font-stretch: 100%;
107+
font-display: swap;
108+
src: url({{ asset('studio/fonts/OpenSans/open-sans-cyrillic-ext-600-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-cyrillic-ext-600-normal.woff')}} ) format('woff');
109+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
110+
}
111+
112+
/* greek */
113+
@font-face {
114+
font-family: 'Open Sans';
115+
font-style: normal;
116+
font-weight: 600;
117+
font-stretch: 100%;
118+
font-display: swap;
119+
src: url({{ asset('studio/fonts/OpenSans/open-sans-greek-600-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-greek-600-normal.woff')}} ) format('woff');
120+
unicode-range: U+0370-03FF;
121+
}
122+
123+
/* greek-ext */
124+
@font-face {
125+
font-family: 'Open Sans';
126+
font-style: normal;
127+
font-weight: 600;
128+
font-stretch: 100%;
129+
font-display: swap;
130+
src: url({{ asset('studio/fonts/OpenSans/open-sans-greek-ext-600-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-greek-ext-600-normal.woff')}} ) format('woff');
131+
unicode-range: U+1F00-1FFF;
132+
}
133+
134+
/* hebrew */
135+
@font-face {
136+
font-family: 'Open Sans';
137+
font-style: normal;
138+
font-weight: 600;
139+
font-stretch: 100%;
140+
font-display: swap;
141+
src: url({{ asset('studio/fonts/OpenSans/open-sans-hebrew-600-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-hebrew-600-normal.woff')}} ) format('woff');
142+
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
143+
}
144+
145+
/* latin */
146+
@font-face {
147+
font-family: 'Open Sans';
148+
font-style: normal;
149+
font-weight: 600;
150+
font-stretch: 100%;
151+
font-display: swap;
152+
src: url({{ asset('studio/fonts/OpenSans/open-sans-latin-600-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-latin-600-normal.woff')}} ) format('woff');
153+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
154+
}
155+
156+
/* latin-ext */
157+
@font-face {
158+
font-family: 'Open Sans';
159+
font-style: normal;
160+
font-weight: 600;
161+
font-stretch: 100%;
162+
font-display: swap;
163+
src: url({{ asset('studio/fonts/OpenSans/open-sans-latin-ext-600-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-latin-ext-600-normal.woff')}} ) format('woff');
164+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
165+
}
166+
167+
/* vietnamese */
168+
@font-face {
169+
font-family: 'Open Sans';
170+
font-style: normal;
171+
font-weight: 600;
172+
font-stretch: 100%;
173+
font-display: swap;
174+
src: url({{ asset('studio/fonts/OpenSans/open-sans-vietnamese-600-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-vietnamese-600-normal.woff')}} ) format('woff');
175+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
176+
}
177+
178+
/* cyrillic */
179+
@font-face {
180+
font-family: 'Open Sans';
181+
font-style: normal;
182+
font-weight: 800;
183+
font-stretch: 100%;
184+
font-display: swap;
185+
src: url({{ asset('studio/fonts/OpenSans/open-sans-cyrillic-800-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-cyrillic-800-normal.woff')}} ) format('woff');
186+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
187+
}
188+
189+
/* cyrillic-ext */
190+
@font-face {
191+
font-family: 'Open Sans';
192+
font-style: normal;
193+
font-weight: 800;
194+
font-stretch: 100%;
195+
font-display: swap;
196+
src: url({{ asset('studio/fonts/OpenSans/open-sans-cyrillic-ext-800-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-cyrillic-ext-800-normal.woff')}} ) format('woff');
197+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
198+
}
199+
200+
/* greek */
201+
@font-face {
202+
font-family: 'Open Sans';
203+
font-style: normal;
204+
font-weight: 800;
205+
font-stretch: 100%;
206+
font-display: swap;
207+
src: url({{ asset('studio/fonts/OpenSans/open-sans-greek-800-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-greek-800-normal.woff')}} ) format('woff');
208+
unicode-range: U+0370-03FF;
209+
}
210+
211+
/* greek-ext */
212+
@font-face {
213+
font-family: 'Open Sans';
214+
font-style: normal;
215+
font-weight: 800;
216+
font-stretch: 100%;
217+
font-display: swap;
218+
src: url({{ asset('studio/fonts/OpenSans/open-sans-greek-ext-800-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-greek-ext-800-normal.woff')}} ) format('woff');
219+
unicode-range: U+1F00-1FFF;
220+
}
221+
222+
/* hebrew */
223+
@font-face {
224+
font-family: 'Open Sans';
225+
font-style: normal;
226+
font-weight: 800;
227+
font-stretch: 100%;
228+
font-display: swap;
229+
src: url({{ asset('studio/fonts/OpenSans/open-sans-hebrew-800-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-hebrew-800-normal.woff')}} ) format('woff');
230+
unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
231+
}
232+
233+
/* latin */
234+
@font-face {
235+
font-family: 'Open Sans';
236+
font-style: normal;
237+
font-weight: 800;
238+
font-stretch: 100%;
239+
font-display: swap;
240+
src: url({{ asset('studio/fonts/OpenSans/open-sans-latin-800-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-latin-800-normal.woff')}} ) format('woff');
241+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
242+
}
243+
244+
/* latin-ext */
245+
@font-face {
246+
font-family: 'Open Sans';
247+
font-style: normal;
248+
font-weight: 800;
249+
font-stretch: 100%;
250+
font-display: swap;
251+
src: url({{ asset('studio/fonts/OpenSans/open-sans-latin-ext-800-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-latin-ext-800-normal.woff')}} ) format('woff');
252+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
253+
}
254+
255+
/* vietnamese */
256+
@font-face {
257+
font-family: 'Open Sans';
258+
font-style: normal;
259+
font-weight: 800;
260+
font-stretch: 100%;
261+
font-display: swap;
262+
src: url({{ asset('studio/fonts/OpenSans/open-sans-vietnamese-800-normal.woff2')}} ) format('woff2'), url({{ asset('studio/fonts/OpenSans/open-sans-vietnamese-800-normal.woff')}} ) format('woff');
263+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
264+
}
265+
</style>

resources/views/layouts/installing.blade.php

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

1313
<title>LittleLink Custom setup</title>
14-
<link href="//fonts.bunny.net/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
14+
@include('layouts.fonts')
1515
<link rel="stylesheet" href="{{ asset('studio/external-dependencies/bootstrap-icons.css') }}">
1616
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
1717
<link rel="stylesheet" href="{{ asset('littlelink/css/brands.css') }}">

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.bunny.net/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
14+
@include('layouts.fonts')
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
@@ -77,7 +77,7 @@ function themeAsset($path){
7777
<script src="{{ asset('studio/external-dependencies/fontawesome.js') }}" crossorigin="anonymous"></script>
7878
<link rel="stylesheet" href="{{ asset('studio/external-dependencies/fontawesome.css') }}" />
7979

80-
<link href="//fonts.bunny.net/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
80+
@include('layouts.fonts')
8181
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
8282
<link rel="stylesheet" href="{{ asset('littlelink/css/animate.css') }}">
8383
@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
@@ -21,7 +21,7 @@
2121
<script src="{{ asset('studio/external-dependencies/fontawesome.js') }}" crossorigin="anonymous"></script>
2222
<link rel="stylesheet" href="{{ asset('studio/external-dependencies/fontawesome.css') }}" />
2323

24-
<link href="//fonts.bunny.net/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
24+
@include('layouts.fonts')
2525
<link rel="stylesheet" href="{{ asset('littlelink/css/normalize.css') }}">
2626
<link rel="stylesheet" href="{{ asset('littlelink/css/animate.css') }}">
2727
@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.bunny.net/css?family=Open+Sans:400,600,800&display=swap" rel="stylesheet">
10+
@include('layouts.fonts')
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') }}">
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

themes/stargazer/skeleton-auto.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
1515
*/
1616

17-
@import url(https://fonts.bunny.net/css?family=roboto:400,500,700,900);
18-
1917
/* Grid
2018
–––––––––––––––––––––––––––––––––––––––––––––––––– */
2119
.container {

0 commit comments

Comments
 (0)