In the latest Beta version of the RTE, is it possible to add a font from the bubble.io application to the RTE? All documentation I have found seems to refer to the non Beta version and references a specific settings field for adding the required font which does not exist in the current Beta version.
Hi @joe10,
Thanks for your question.
In short: no, at the moment the Beta version of the Advanced Rich Text Editor does not support adding custom fonts from the Bubble app settings in the same way as the non-Beta version.
At this stage, the Beta editor:
- Relies on its internal font configuration
- Does not inherit Bubble’s global fonts
- Does not provide an alternative UI field for registering custom fonts
So your understanding is correct — the docs you found apply to the non-Beta version, and the behavior difference is expected.
To make sure we’re on the same page, could you please confirm the exact version of the Advanced Rich Text Editor plugin you’re currently using?
It would also really help if you could briefly describe your specific use case:
- Do you need the custom font to appear inside the editor toolbar while editing, or
- Is it mainly required for the rendered content on the page, after the text is saved?
Once we have those details, we’ll be able to give you a more precise recommendation or suggest the best possible setup based on your requirements.
Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble

Installed version is 1.205.0
The current need is for rendering content on the page.
Hi @joe10,
Thanks for the update.
We’ve confirmed with our dev team that improvements to the plugin element are in progress, though they won’t be available right away.
For now, we recommend continuing with the stable (non-Beta) version, which offers full and predictable font support in line with the documentation.
Please rest assured that we’ll notify you as soon as the updated version is released.
We appreciate your patience while we work on these enhancements.
If you need any help in the meantime or have follow-up questions, feel free to reach out — we’re always happy to help.
Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble

for render-only you can kinda hack it by wrapping the RTE output in a group and forcing the font via styles/css (or an html element) instead of relying on the beta’s font list.
Hi @amjad,
Thanks for sharing this — that’s a good point.
You’re absolutely right: for render-only use cases, wrapping the RTE output in a container and enforcing the font at the page level (via styles/CSS or an HTML element) is a viable workaround.
This approach avoids relying on the Beta font list and keeps rendering consistent.
Appreciate you taking the time to share this insight with the thread — it could be helpful for others running into the same situation.
Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble

@amjad , thank you for the suggestion. Solved my issue perfectly!