Skip to content

Commit 97b9c2d

Browse files
committed
Revert "don't grab fontawesome via cdn"
This reverts commit a5243c7.
1 parent a5243c7 commit 97b9c2d

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

www/fontawesome.css

Lines changed: 0 additions & 9 deletions
This file was deleted.

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="fontawesome.css">
13+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.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="fontawesome.css">
10+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
1111
</head>
1212

1313
<body>

www/user.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
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="fontawesome.css">
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" />
1113
<script type="application/javascript" src="user.js" defer></script>
1214
</head>
1315

@@ -48,4 +50,4 @@ <h2><i class="fa-solid fa-gamepad"></i> Linked consoles</h2>
4850
</section>
4951
</body>
5052

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

0 commit comments

Comments
 (0)