I am trying to set the Poppins font for all of my .pdf reports.
In the head of web.report_layout just before I have added the font.
Whenever I use the styling in the reports it does not work, I have to add the in the parent div then it works. But this will download 3-5x the font to render 1 report.
How to set a font globally for all reports? I also tried to set the style for all elements in the
which does not work either.