feat(ui): Roboto font, GooSeek logo, remove custom fonts
- Replace Open Sans with Roboto (YouTube-style typography) - Add GooSeek wordmark in Google colors above 'Research begins here' - Remove PP Editorial, Instrument Serif from globals.css and components - Unify font across frontend and auth-mcs Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -44,10 +44,10 @@ const SetupWizard = ({
|
||||
transition={{ duration: 0.6 }}
|
||||
initial={{ opacity: 0, translateY: '30px' }}
|
||||
animate={{ opacity: 1, translateY: '0px' }}
|
||||
className="text-4xl md:text-6xl xl:text-8xl font-normal font-['Instrument_Serif'] tracking-tight"
|
||||
className="text-4xl md:text-6xl xl:text-8xl font-normal tracking-tight"
|
||||
>
|
||||
Welcome to{' '}
|
||||
<span className="text-[#24A0ED] italic font-['PP_Editorial']">
|
||||
<span className="text-[#24A0ED] italic">
|
||||
GooSeek
|
||||
</span>
|
||||
</motion.h2>
|
||||
@@ -58,7 +58,7 @@ const SetupWizard = ({
|
||||
className="text-black/70 dark:text-white/70 text-sm md:text-lg xl:text-2xl mt-2"
|
||||
>
|
||||
<span className="font-light">Web search,</span>{' '}
|
||||
<span className="font-light font-['PP_Editorial'] italic">
|
||||
<span className="font-light italic">
|
||||
reimagined
|
||||
</span>
|
||||
</motion.p>
|
||||
@@ -89,10 +89,10 @@ const SetupWizard = ({
|
||||
translateY: '-30px',
|
||||
transition: { duration: 0.6 },
|
||||
}}
|
||||
className="text-2xl md:text-4xl xl:text-6xl font-normal font-['Instrument_Serif'] tracking-tight"
|
||||
className="text-2xl md:text-4xl xl:text-6xl font-normal tracking-tight"
|
||||
>
|
||||
Let us get{' '}
|
||||
<span className="text-[#24A0ED] italic font-['PP_Editorial']">
|
||||
<span className="text-[#24A0ED] italic">
|
||||
GooSeek
|
||||
</span>{' '}
|
||||
set up for you
|
||||
|
||||
Reference in New Issue
Block a user