change back to Inter font

This commit is contained in:
Alejandro Gomez 2023-02-09 23:30:51 +01:00
parent 11ce907c66
commit 08260f10e3
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<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=Be+Vietnam+Pro:wght@400;600;700&display=swap"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap"
rel="stylesheet" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/nostrich_512.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

View File

@ -65,7 +65,7 @@ html.light {
body {
margin: 0;
font-family: "Be Vietnam Pro", sans-serif;
font-family: "Inter", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: var(--bg-color);