Skip to content

Commit

Permalink
Merge pull request #20 from luanlabs/redesign-font
Browse files Browse the repository at this point in the history
update: add inter as font family
  • Loading branch information
ceydae authored Jan 28, 2025
2 parents 98c9076 + 221c66d commit 62567b4
Show file tree
Hide file tree
Showing 6 changed files with 299 additions and 221 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<link rel="icon" type="image" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wagent Payment</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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
Expand Down
Loading

0 comments on commit 62567b4

Please sign in to comment.