mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2026-05-08 09:38:55 -04:00
fix: register frutiger-bold as pdf font
This commit is contained in:
@@ -25,6 +25,11 @@ Font.register({
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Font.register({
|
||||||
|
family: "Frutiger-Bold",
|
||||||
|
src: "/fonts/frutiger/Frutiger_bold.ttf",
|
||||||
|
});
|
||||||
|
|
||||||
// Fallback download function for better browser compatibility
|
// Fallback download function for better browser compatibility
|
||||||
function downloadBlob(blob: Blob, filename: string): void {
|
function downloadBlob(blob: Blob, filename: string): void {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user