LCP fixes

This commit is contained in:
Firq 2025-04-17 21:46:30 +02:00
parent ce4e7777e0
commit 94687c6866
Signed by: Firq
GPG key ID: DCE182BA39C697B2
6 changed files with 16 additions and 18 deletions
src/components/titles

View file

@ -65,16 +65,18 @@ const text = buttontext || baseurl
padding-top: 2rem;
font-size: 3.25rem;
font-weight: 700;
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
font-family: 'Work Sans Variable', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size-adjust: 0.52;
line-height: 1.4;
}
.sub {
margin: 0 .5rem;
font-size: 0.9rem;
font-weight: 500;
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
font-family: 'Work Sans Variable', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size-adjust: 0.52;
line-height: 1.4;
}
.head {