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);
|
||||
|
|
|
|||
|
|
@ -23,20 +23,6 @@ function guildPageShell(title: string, bodyContent: string, extraStyles = "") {
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>${title} — Ghost Guild</title>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'Quietism';
|
||||
src: url('/fonts/Quietism-Regular.woff2') format('woff2');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Quietism';
|
||||
src: url('/fonts/Quietism-Bold.woff2') format('woff2');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
body {
|
||||
font-family: 'Inter', system-ui, -apple-system, sans-serif;
|
||||
|
|
@ -62,7 +48,7 @@ function guildPageShell(title: string, bodyContent: string, extraStyles = "") {
|
|||
text-align: center;
|
||||
}
|
||||
h1 {
|
||||
font-family: 'Quietism', Georgia, 'Times New Roman', serif;
|
||||
font-family: 'Inter', system-ui, -apple-system, sans-serif;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
color: #d09e4e;
|
||||
|
|
@ -104,7 +90,7 @@ function guildPageShell(title: string, bodyContent: string, extraStyles = "") {
|
|||
.actions { display: flex; gap: 0.75rem; justify-content: center; margin-top: 1.5rem; }
|
||||
.brand {
|
||||
margin-top: 2rem;
|
||||
font-family: 'Quietism', Georgia, 'Times New Roman', serif;
|
||||
font-family: 'Inter', system-ui, -apple-system, sans-serif;
|
||||
font-size: 0.75rem;
|
||||
font-variant: small-caps;
|
||||
letter-spacing: 0.05em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue