Skip to content

Commit f040d2b

Browse files
committed
Replace fontsawesome by local version
1 parent 2faa7c4 commit f040d2b

24 files changed

+9566
-17
lines changed

public/download.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,7 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
283283
<!-- Footer End -->
284284
</div>
285285
</body>
286-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
287-
crossorigin="anonymous">
286+
<link rel="stylesheet" href="static/all.min.css" >
288287
<!-- Track button clicks-->
289288
<script>
290289
document.getElementById('download-header').addEventListener("click", function () { plausible('download-header'); });

public/faq.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,7 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
355355
<!-- Footer End -->
356356
</div>
357357
</body>
358-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
359-
crossorigin="anonymous">
358+
<link rel="stylesheet" href="static/all.min.css" >
360359
<!-- Track button clicks-->
361360
<script>
362361
document.getElementById('download-header').addEventListener("click", function () { plausible('download-header'); });

public/feedback.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
256256
<!-- Footer End -->
257257
</div>
258258
</body>
259-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
260-
crossorigin="anonymous">
259+
<link rel="stylesheet" href="static/all.min.css" >
261260
<!-- Track button clicks-->
262261
<script>
263262
document.getElementById('download-header').addEventListener("click", function () { plausible('download-header'); });

public/imprint.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
244244
<!-- Footer End -->
245245
</div>
246246
</body>
247-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
248-
crossorigin="anonymous">
247+
<link rel="stylesheet" href="static/all.min.css" >
249248
<!-- Track button clicks-->
250249
<script>
251250
document.getElementById('download-header').addEventListener("click", function () { plausible('download-header'); });

public/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,7 @@ <h4 class="subtitle is-5">Donate to the project</h4>
531531
<!-- Footer End -->
532532
</div>
533533
</body>
534-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
535-
crossorigin="anonymous">
534+
<link rel="stylesheet" href="static/all.min.css" >
536535
<!-- Track button clicks-->
537536
<script>
538537
document.getElementById('download-header').addEventListener("click", function () { plausible('download-header'); });
@@ -582,4 +581,4 @@ <h4 class="subtitle is-5">Donate to the project</h4>
582581
}
583582
</script>
584583

585-
</html>
584+
</html>

public/privacy.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,7 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
330330
<!-- Footer End -->
331331
</div>
332332
</body>
333-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
334-
crossorigin="anonymous">
333+
<link rel="stylesheet" href="static/all.min.css" >
335334
<!-- Track button clicks-->
336335
<script>
337336
document.getElementById('download-header').addEventListener("click", function () { plausible('download-header'); });

public/static/all.min.css

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

public/supported-devices.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,8 +762,7 @@ <h2 class="has-text-white mt-2 mb-3 is-size-1 is-size-3-mobile has-text-weight-b
762762
<!-- Footer End -->
763763
</div>
764764
</body>
765-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
766-
crossorigin="anonymous">
765+
<link rel="stylesheet" href="static/all.min.css" >
767766
<!-- Track button clicks-->
768767
<script>
769768
document.getElementById('download-header').addEventListener("click", function () { plausible('download-header'); });

public/webfonts/fa-brands-400.eot

131 KB
Binary file not shown.

public/webfonts/fa-brands-400.svg

Lines changed: 3717 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)