Skip to content

Commit

Permalink
fix: remove preloads (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored May 25, 2023
1 parent 4b6b89f commit ac89092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Client/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
"editor.guides.bracketPairs": "active",
"editor.formatOnSave": true,
"cSpell.words": [
"browserconfig",
"chartjs",
"devkit",
"ecoysystem",
"lookback",
"MACD",
"matero",
Expand Down
7 changes: 2 additions & 5 deletions Client/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@
<link rel="manifest" href="icons/site.webmanifest">
<link rel="mask-icon" href="icons/safari-pinned-tab.svg" color="#212121">

<link rel="preload" as="style" href="https://fonts.googleapis.com/icon?family=Material+Icons&display=swap" />
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" />
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500&display=swap" />
<link async rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons&display=swap" />
<link async rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" />
<link async rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500&display=swap" />

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=__GaTag__"></script>
<script async>
<script defer src="https://www.googletagmanager.com/gtag/js?id=__GaTag__"></script>
<script defer>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
Expand Down

0 comments on commit ac89092

Please sign in to comment.