keep logo font

This commit is contained in:
mantikoros 2021-12-19 18:02:42 -06:00 committed by jahooma
parent 3840161bf3
commit 4ee672465b

View File

@ -150,9 +150,10 @@ export function Header(props: {
/>
<div
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'
)}
style={{ fontFamily: 'Major Mono Display,monospace' }}
>
Mantic Markets
</div>