-
I'm aware that I can alter that global fonts for the panel - but with tiptap specifically, it's meant to be a way to create content for our site, so how do we enable our users to choose the styling they want? |
Beta Was this translation helpful? Give feedback.
Answered by
awcodes
Oct 8, 2024
Replies: 1 comment
-
The plugin doesn't support a font picker tool. You could make a custom extension for it. Other option is to scope the font family to the editor via your custom theme to match the site's font family. But you'll all need to use a render hook in filament to load the font's stylesheet. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
synsyst
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The plugin doesn't support a font picker tool. You could make a custom extension for it.
Other option is to scope the font family to the editor via your custom theme to match the site's font family. But you'll all need to use a render hook in filament to load the font's stylesheet.