keep logo font
This commit is contained in:
parent
c03e68640e
commit
bf211b91fe
|
@ -147,9 +147,10 @@ export function Header(props: {
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
className={clsx(
|
className={clsx(
|
||||||
'font-major-mono mt-1 sm:text-2xl md:whitespace-nowrap',
|
'font-major-mono lowercase mt-1 sm:text-2xl md:whitespace-nowrap',
|
||||||
darkBackground && 'text-white'
|
darkBackground && 'text-white'
|
||||||
)}
|
)}
|
||||||
|
style={{ fontFamily: 'Major Mono Display,monospace' }}
|
||||||
>
|
>
|
||||||
Mantic Markets
|
Mantic Markets
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user