Navigation : Getting started - Client-side -- Methods -- Supported browsers -- Examples - Server-side -- Supported Node.js versions -- Examples Fonts - Custom fonts (client-side) -- via Virtual file system (VFS) --- Building font file via PHP script --- Building font file via shell script -- via URL protocol - Icons - Standard 14 fonts Document-definition-object - Styling - Columns - Tables - Lists - Headers and footers - Background-layer - Margins - Stack of paragraphs - Images - SVGs - Links - QR code - Table of contents - Watermark - Page dimensions, orientation and margins - Document Metadata - Patterns - Compression - Encryption and access privileges - PDF/A Options Custom fonts (client-side) pdfmake uses the Roboto font by default. This guide explains how to use your own fonts with pdfmake (in client-side code). Two ways are now possible: use virtual file system (NEW) use font file via URL (https:// or http:// protocol) Fonts via Virtual file system (VFS)