Custom theme - I want default styling of filamentphp in my custom theme too.

Hi, I have custom theme configured for my project but now the default filamentphp styling is gone. So how can i get it back in my project. I followed the official guide to configure theme and now the admin panel has no default styling of filamentphp . Please guide me do i need do to anyhting else to get back the default styling?
3 Replies
Dennis Koch
Dennis Koch2y ago
you probably missed a step or didn’t compile your theme
Priyank
PriyankOP2y ago
My Font is not loading now, i followed the advice here https://filamentphp.com/docs/2.x/admin/appearance#loading-google-fonts But my font is not loading I have this below line in my filament config file - 'google_fonts' => 'https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap',
Filament
Appearance - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
Dennis Koch
Dennis Koch2y ago
Did you specify that font in your tailwind config? If yes check you network tab

Did you find this page helpful?