Skip to content

Commit

Permalink
feat: Include epilogue font
Browse files Browse the repository at this point in the history
  • Loading branch information
ezechuka committed Oct 31, 2022
1 parent 2f78920 commit f66f561
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion submissions/pay-paddy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>PayPaddy</title>
<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=Epilogue:wght@400;500;800&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit f66f561

Please sign in to comment.