Skip to content

Commit a5243c7

Browse files
committed
don't grab fontawesome via cdn
1 parent 55c837a commit a5243c7

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

www/fontawesome.css

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<title>NetPass - StreetPass in the modern world!</title>
1111
<link rel="stylesheet" href="styles.css">
1212
<link rel="icon" href="assets/favicon_netpass.png" type="image/png">
13-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
13+
<link rel="stylesheet" href="fontawesome.css">
1414
<script type="application/javascript" src="script.js" defer></script>
1515
</head>
1616
<body>

www/install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>NetPass - Guide</title>
88
<link rel="stylesheet" href="styles.css">
99
<link rel="icon" href="assets/favicon_netpass.png" type="image/png">
10-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
10+
<link rel="stylesheet" href="fontawesome.css">
1111
</head>
1212

1313
<body>

www/user.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<title>NetPass - User</title>
88
<link rel="stylesheet" href="styles.css">
99
<link rel="icon" href="assets/favicon_netpass.png" type="image/png">
10-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
11-
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
12-
crossorigin="anonymous" referrerpolicy="no-referrer" />
10+
<link rel="stylesheet" href="fontawesome.css">
1311
<script type="application/javascript" src="user.js" defer></script>
1412
</head>
1513

@@ -50,4 +48,4 @@ <h2><i class="fa-solid fa-gamepad"></i> Linked consoles</h2>
5048
</section>
5149
</body>
5250

53-
</html>
51+
</html>

0 commit comments

Comments
 (0)