Skip to content

Commit

Permalink
preload fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
toiim committed Oct 19, 2024
1 parent 8c4f98a commit 14b01e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="preload" href="https://fonts.gstatic.com/s/crimsonpro/v24/q5uDsoa5M_tv7IihmnkabARboYF6CsKj.woff2" as="font"
type="font/woff2" crossorigin="anonymous" />
<link rel="preload" href="https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2" as="font"
type="font/woff2" crossorigin="anonymous" />
<link rel="preload" href="https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2" as="font"
type="font/woff2" crossorigin="anonymous" />
<link rel="stylesheet" href="reset.min.css" />
<link rel="stylesheet" href="styles.css" />
<title>Tom Parke | Designer & Developer</title>
Expand Down Expand Up @@ -75,4 +81,4 @@ <h4>Design & Illustration</h4>
</script>
</body>

</html>
</html>

0 comments on commit 14b01e7

Please sign in to comment.