问题 I just started reading into PDFMake's documentation to build a document in my Angular app, I've come across some questions like this one but never got an answer. I was wondering if someone knows or could provide a readable example of how to import custom fonts for PDFMake in an Angular application, I've downloaded the files for the "Lato" font, but I have no clue on where to proceed now. I did import the library as shown on the documentation: import pdfMake from 'pdfmake/build/pdfmake';