change default font to Courier
This commit is contained in:
parent
6270ec2c59
commit
481b97d689
|
@ -142,7 +142,7 @@ export function Header(props: {
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
className={clsx(
|
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'
|
darkBackground && 'text-white'
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
fontFamily: Object.assign(
|
fontFamily: Object.assign(
|
||||||
{ ...defaultTheme.fontFamily },
|
{ ...defaultTheme.fontFamily },
|
||||||
{
|
{
|
||||||
'major-mono': ['Major Mono Display', 'monospace'],
|
'major-mono': ['Courier', 'monospace'],
|
||||||
'readex-pro': ['Readex Pro', 'sans-serif'],
|
'readex-pro': ['Readex Pro', 'sans-serif'],
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user