diff --git a/web/components/mantic-logo.tsx b/web/components/mantic-logo.tsx index afeced49..904844cb 100644 --- a/web/components/mantic-logo.tsx +++ b/web/components/mantic-logo.tsx @@ -17,7 +17,6 @@ export function ManticLogo(props: { darkBackground?: boolean }) { 'font-major-mono lowercase mt-1 sm:text-2xl md:whitespace-nowrap', darkBackground && 'text-white' )} - style={{ fontFamily: 'Major Mono Display,monospace' }} > Mantic Markets diff --git a/web/components/title.tsx b/web/components/title.tsx index 83b39562..6653a9f1 100644 --- a/web/components/title.tsx +++ b/web/components/title.tsx @@ -4,10 +4,7 @@ export function Title(props: { text: string; className?: string }) { const { text, className } = props return (