change default font to Courier
This commit is contained in:
parent
f8427c88bd
commit
3a9cabad64
|
@ -146,7 +146,7 @@ export function Header(props: {
|
|||
/>
|
||||
<div
|
||||
className={clsx(
|
||||
'font-major-mono lowercase mt-1 sm:text-2xl md:whitespace-nowrap',
|
||||
'font-major-mono mt-1 sm:text-2xl md:whitespace-nowrap',
|
||||
darkBackground && 'text-white'
|
||||
)}
|
||||
>
|
||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
fontFamily: Object.assign(
|
||||
{ ...defaultTheme.fontFamily },
|
||||
{
|
||||
'major-mono': ['Major Mono Display', 'monospace'],
|
||||
'major-mono': ['Courier', 'monospace'],
|
||||
'readex-pro': ['Readex Pro', 'sans-serif'],
|
||||
}
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue
Block a user