style(pdf): convert all text and icons on front side to klz-blau
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 13s
Build & Deploy / 🧪 QA (push) Successful in 1m33s
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled

This commit is contained in:
2026-06-12 15:38:26 +02:00
parent ecd525d782
commit cd3b7c1e3b
14 changed files with 9 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ async function generateBusinessCards() {
width: 400,
margin: 0,
errorCorrectionLevel: 'L', // Low error correction = less dots
color: { dark: '#000000', light: '#ffffff' },
color: { dark: '#000a66', light: '#ffffff' },
});
const safeName = person.name.replace(/\s+/g, '_');