LCP fixes
This commit is contained in:
parent
ce4e7777e0
commit
94687c6866
6 changed files with 16 additions and 18 deletions
src/components/titles
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue