Skip to content

Commit 1dec337

Browse files
Removed the font reference from the app.html
1 parent 876b4b8 commit 1dec337

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

src/app.html

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,15 @@
11
<!DOCTYPE html>
2-
<html class="light" lang="en">
2+
<html class="light" data-theme="light" lang="en">
33
<head>
44
<meta charset="utf-8" />
55
<meta http-equiv="x-ua-compatible" content="IE=edge,chrome=1" />
66
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
88

9+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
10+
<meta name="theme-color" content="#000" />
11+
912
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
10-
<link rel="apple-touch-icon" type="image/x-icon" href="/favicon.ico" />
11-
<link
12-
rel="preload"
13-
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
14-
as="style"
15-
onload="this.onload=null;this.rel='stylesheet'"
16-
/>
17-
<link
18-
rel="preload"
19-
href="https://fonts.googleapis.com/icon?family=Material+Icons"
20-
as="style"
21-
onload="this.onload=null;this.rel='stylesheet'"
22-
/>
23-
<noscript>
24-
<link
25-
rel="stylesheet"
26-
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
27-
/>
28-
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
29-
</noscript>
3013

3114
%svelte.head%
3215
</head>

0 commit comments

Comments
 (0)