fix: better fonts for header
This commit is contained in:
@@ -65,9 +65,9 @@ class TopBar extends HTMLElement {
|
||||
}
|
||||
|
||||
::slotted([slot="logo"]) {
|
||||
font-family: 'Outfit', system-ui, sans-serif;
|
||||
font-size: 1.25rem;
|
||||
font-weight: 700;
|
||||
font-family: var(--font-family-base);
|
||||
font-size: var(--font-size-xl, 1.25rem);
|
||||
font-weight: var(--font-weight-bold, 700);
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user