Request: Make the default font of the Report module one that the PDF Viewer component can use

First ran into this issue with this post

But I was modifying old reports that used Arial Font and didn’t realize the issue from making a new report until my current project where I had to make a bunch of reports from scratch.

To recreate the issue:

  1. Make a simple report with any label like so

  1. Make a window that has aPDF Viewer component and a button with code like
    report = system.report.executeReport(project='MyProject',path='test')
    event.source.parent.getComponent('PDF Viewer').loadPDFBytes(report, 'test')`

You will see this

My request would be to make the default font something that Ignitions PDF component/ICEPDF can render, like Arial or something eles. Made a post here to vote on it Make the Report Default Font Viewable in PDF Viewer | Voters | Inductive Automation