chore: import correct font weight

This commit is contained in:
Nicolás Quiroz 2022-12-13 00:07:38 -03:00
parent 6f7038fc92
commit 9e3789e31f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default function Document() {
{/* Inter */} {/* Inter */}
<link <link
href='https://fonts.googleapis.com/css2?family=Inter&display=swap' href='https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap'
rel='stylesheet' rel='stylesheet'
></link> ></link>
</Head> </Head>