Remove serif fonts from wiki login and logout pages
This commit is contained in:
parent
2258f9d2ae
commit
44805dbecf
2 changed files with 4 additions and 18 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue