Skip to content

Commit

Permalink
Index, font imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan03ant committed Jan 5, 2024
1 parent 7a6d58c commit 257690b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Zilla+Slab&display=swap" rel="stylesheet">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap" rel="stylesheet">

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>Jonathan's Portfolio</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 257690b

Please sign in to comment.