Skip to content

Commit

Permalink
Merge pull request #892 from PennyDreadfulMTG/free-font-awesome
Browse files Browse the repository at this point in the history
Switch to CDN for Font Awesome to avoid monthly limits
  • Loading branch information
bakert authored Jan 26, 2025
2 parents 3f2ba02 + 8a41727 commit eb71d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatherling/templates/partials/header.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Gatherling | {{ title }}</title>
<link rel="stylesheet" type="text/css" href="{{ cssLink }}">
<script src="https://kit.fontawesome.com/b7c30c664c.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/js/all.min.js"></script>
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/keyrune@latest/css/keyrune.css">
<script src="//code.jquery.com/jquery-latest.min.js"></script>
</head>
Expand Down

0 comments on commit eb71d8e

Please sign in to comment.