From 70dc397ac2bd4adfde3e0ce9587ede2096b8d7d1 Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 15 May 2026 09:37:13 +0200 Subject: [PATCH] fix: typography consistency with native-first font stack and Inter webfont fallback --- frontend/index.html | 3 +++ frontend/src/index.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index 5120c51..a0881b0 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,6 +4,9 @@ + + + ORCID2SWORD diff --git a/frontend/src/index.css b/frontend/src/index.css index 704dfbe..de2e2b1 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -62,7 +62,7 @@ --color-error-text: #6E1111; /* Fonts */ - --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + --font-sans: "Segoe UI", -apple-system, BlinkMacSystemFont, "Inter", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif; --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; }