fix: typography consistency with native-first font stack and Inter webfont fallback

This commit is contained in:
Alexis
2026-05-15 09:37:13 +02:00
parent 76f003377d
commit 70dc397ac2
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -4,6 +4,9 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<title>ORCID2SWORD</title>
</head>
<body>