Best Practices for typography - tailswind page builder
Hi there
One option here is to define the font style directly in your page settings:
- Click on the Page icon in the menu on the left
- Click the settings button next to the page name
- Under the CSS input box add:
<style>
body{
font-family: "Abel";
}
</style>
And change the font to the one that you want to use. Hope that this helps!
Also under the settings, you can customize your Tailwind config as per the official documentation here:
https://tailwindcss.com/docs/configuration
Let me know if you have any questions.
Best,
Bobby