chore: import correct font weight

pull/26459/head^2
Nicolás Quiroz 2 years ago
parent 6f7038fc92
commit 9e3789e31f
  1. 2
      src/pages/_document.tsx

@ -15,7 +15,7 @@ export default function Document() {
{/* Inter */}
<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'
></link>
</Head>

Loading…
Cancel
Save