Skip to content

Commit

Permalink
Optimise Google Fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Ladyman committed Aug 18, 2024
1 parent c8337c7 commit b67f4e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dnd-battle-tracker",
"version": "5.114.1",
"version": "5.115.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.9.2",
Expand Down
6 changes: 4 additions & 2 deletions src/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<link rel="shortcut icon"
type="image/png"
href="https://dndbattletracker.com/favicon.png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=IM+Fell+Great+Primer+SC&family=Open+Sans&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=IM+Fell+Great+Primer+SC&family=Open+Sans&display=swap" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IM+Fell+Great+Primer+SC&family=Open+Sans&display=swap">
<link rel="manifest" href="dndbattletracker.webmanifest" />
<meta
name="viewport"
Expand Down

0 comments on commit b67f4e0

Please sign in to comment.