Skip to content

Commit

Permalink
chore: add preconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
habib-deriv committed Apr 17, 2024
1 parent 09557d1 commit eea1bfa
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/deriv-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
as="style"
/>
<link
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
media="print"
onload="this.media='all'"
/>
<title>Traders Hub</title>
</head>
Expand Down

0 comments on commit eea1bfa

Please sign in to comment.