Select font for SVG export

I’d like to change the font of image exports (especially SVG) to ensure visual consistency with the site where it will be published. I successfully applied the recipe described here, which worked for the display font, adding the following:

text.djs-label
{
font-family: ‘Atlassian Sans’ !important;
}

However, this does not affect image export. Is there a way to do it?

This relates to Camunda Modeler’s diagram export font behavior, since custom CSS applied to the UI doesn’t get embedded into the SVG/PNG export. I found the following relevant resources: * Github Issue: Allow change of default font

Does this help? If not, can anyone from the community jump in? :waving_hand:


:light_bulb: Hints: Use the Ask AI feature in Camunda’s documentation to chat with AI and get fast help. Report bugs and features in Camuda’s GitHub issue tracker. Trust the process. :robot: