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; }