filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.

Home Page:https://filamentphp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load multiple fonts

zepfietje opened this issue · comments

Currently you can only configure a single font to be loaded in the panel configuration.
However, some of Filament's components use the mono font family.
Adding support for loading a font into a specific Tailwind CSS family would allow you to configure additional fonts like mono from the panel configuration instead of having to resort to render hooks.

Donate 💰 to fund this issue

  • You can donate funding to this issue. We receive the money once the issue is completed & confirmed by you.
  • 100% of the funding will be distributed between the Filament core team to run all aspects of the project.
  • Thank you in advance for helping us make maintenance sustainable!
Fund with Polar

I've added this to the v4 milestone because the fonts API may need to be changed to support this. What do you think, @danharrin?