fix: register frutiger-bold as pdf font

This commit is contained in:
2026-04-27 13:33:40 -04:00
parent 4214a4b4de
commit 00e066ca4e
+5
View File
@@ -25,6 +25,11 @@ Font.register({
],
});
Font.register({
family: "Frutiger-Bold",
src: "/fonts/frutiger/Frutiger_bold.ttf",
});
// Fallback download function for better browser compatibility
function downloadBlob(blob: Blob, filename: string): void {
try {