switched fonts stuff
This commit is contained in:
parent
3f0d0ab3c4
commit
f7c7408fdd
9 changed files with 18 additions and 14 deletions
src/components/titles
|
@ -23,7 +23,7 @@ const text = buttontext || baseurl
|
|||
<style>
|
||||
a {
|
||||
font-weight: 500;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
color: var(--c-primary-text);
|
||||
margin: 1rem 0px 0px;
|
||||
padding: 0.5rem 0.75rem;
|
||||
|
@ -65,14 +65,16 @@ const text = buttontext || baseurl
|
|||
padding-top: 2rem;
|
||||
font-size: 3.25rem;
|
||||
font-weight: 700;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
font-size-adjust: 0.52;
|
||||
}
|
||||
|
||||
.sub {
|
||||
margin: 0 .5rem;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
font-family: 'Work Sans Variable', system-ui, 'Segoe UI', sans-serif;
|
||||
font-size-adjust: 0.52;
|
||||
}
|
||||
|
||||
.head {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue