Embed a font in an exported Lucid PDF
I need to embed the fonts into the exported pdf and changing the font does not impact the exported pdf’s preference to use “Helvetica”. I tried Roboto, PTSans, and Open Sans. I checked the PDF font embedding status with pdffonts.
In case someone is facing the same issue, the workaround I used was to (1) export to SVG, (2) import SVG using InkScape or similar, and (3) export back to PDF.
How would I embed the type-1 fonts into the exported PDFs?
Thank you in advance for your help!