Skip to content

Commit

Permalink
style: change font family (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Dec 23, 2024
1 parent 8de7b66 commit 91a0c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function panel(Panel $panel): Panel
->colors([
'primary' => Color::Amber,
])
->font('DM Sans')
->maxContentWidth('full')
->viteTheme('resources/css/filament/common/theme.css')
->brandLogo(fn () => view('filament.brand'))
Expand Down
1 change: 1 addition & 0 deletions app/Providers/Filament/OrganizationPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function panel(Panel $panel): Panel
->colors([
'primary' => Color::Purple,
])
->font('DM Sans')
->maxContentWidth('full')
->viteTheme('resources/css/filament/common/theme.css')
->brandLogo(fn () => view('filament.brand'))
Expand Down

0 comments on commit 91a0c27

Please sign in to comment.