keep logo font

This commit is contained in:
mantikoros 2021-12-19 18:02:42 -06:00
parent c03e68640e
commit bf211b91fe

View File

@ -147,9 +147,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>