Remove serif fonts from wiki login and logout pages

This commit is contained in:
Jennie Robinson Faber 2026-03-11 14:22:06 +00:00
parent 2258f9d2ae
commit 44805dbecf
2 changed files with 4 additions and 18 deletions

View file

@ -138,7 +138,7 @@ async function sendMagicLink() {
}
.wiki-login-title {
font-family: var(--font-display);
font-family: var(--font-sans);
font-size: 2rem;
font-weight: 700;
letter-spacing: -0.02em;
@ -262,7 +262,7 @@ async function sendMagicLink() {
}
.wiki-login-sent-heading {
font-family: var(--font-display);
font-family: var(--font-sans);
font-size: 1.25rem;
font-weight: 600;
color: var(--color-guild-100);