diff --git a/src/api/certificates/handler.ts b/src/api/certificates/handler.ts index 371249c43..dcb17eba0 100644 --- a/src/api/certificates/handler.ts +++ b/src/api/certificates/handler.ts @@ -57,11 +57,11 @@ export async function certificateHandler(request: Request, h: ResponseToolkit) { }, svgUrl: '/api/countryconfig/certificates/birth-certificate.svg', fonts: { - 'Noto Sans': { - normal: '/api/countryconfig/fonts/NotoSans-Regular.ttf', - bold: '/api/countryconfig/fonts/NotoSans-Bold.ttf', - italics: '/api/countryconfig/fonts/NotoSans-Regular.ttf', - bolditalics: '/api/countryconfig/fonts/NotoSans-Regular.ttf' + 'Libre Baskerville': { + normal: '/api/countryconfig/fonts/LibreBaskerville-Regular.ttf', + bold: '/api/countryconfig/fonts/LibreBaskerville-Bold.ttf', + italics: '/api/countryconfig/fonts/LibreBaskerville-Italic.ttf', + bolditalics: '/api/countryconfig/fonts/LibreBaskerville-Regular.ttf' } } }, diff --git a/src/api/certificates/source/birth-certificate.svg b/src/api/certificates/source/birth-certificate.svg index e4284dbc7..506461702 100644 --- a/src/api/certificates/source/birth-certificate.svg +++ b/src/api/certificates/source/birth-certificate.svg @@ -1,7 +1,7 @@ - + CAUTION : THERE ARE OFFENCES RELATING TO FALSIFYING OR ALTERING A CERTIFICATE AND USING OR POSSESSING A FALSE CERTIFICATE IS NOT PROOF OF IDENTITY / ATTENTION : IL EXISTE DES INFRACTIONS RELATIVES A LA FALSIFIATION OU À LA MODIFICATION D'UN CERTIFICAT ET A L'UTILISATION OU LA POSSESSION D'UN FAUX CERTIFICAT. UN CERTIFICAT N'EST PAS UNE PREUVE D'IDENTITE @@ -23,35 +23,35 @@ - + FARAJALAND - + - + {{certificateDate}} - + Date of certification / Date de délivrance - + {{location loggedInUser.officeId 'name'}}
 {{location loggedInUser.districtId 'name'}}, {{location loggedInUser.stateId 'name'}}, Farajaland - + - + Place of certification / Lieu de délivrance - + {{mosipAid}} - + {{#ifCond mosipAid '===' undefined }} {{else}} @@ -63,84 +63,84 @@ - + Registrar / L'Officier de l'État Civil - + {{registrar.name}} - + I certify that this certificate is a true copy of the civil registry and is issued by the mandated authority in pursuance of civil registration law / Je certifie que le présent certificat est une copie conforme du registre d'état civil et qu'il est délivré par l'autorité mandatée conformément à la loi sur l'état civil. - + - + REPUBLIC OF FARAJALAND / REPUBLIQUE DE FARAJALAND - + CERTIFICATE OF BIRTH / ACTE DE NAISSANCE - + 1. - + Child’s full name /
 Nom complet de l'enfant - + {{childFirstName}} {{childFamilyName}} - + 2. - + /
 Sexe - + Sex - + {{childGender}} - + 3. - + /
 - + Date of birth Date de naissance - + {{eventDate}} - + 4. - + /
 - + Place of birth Lieu de naissance - + {{#ifCond placeOfBirthFacility '===' undefined }} {{location districtPlaceofbirthId 'name'}}{{internationalDistrictPlaceofbirth}}, {{location statePlaceofbirthId 'name'}}{{internationalStatePlaceofbirth}}, {{countryPlaceofbirth}} @@ -151,96 +151,96 @@ - + 5. - + /
 - + Mother’s full name Nom complet de la mère - + {{motherFirstName}} {{motherFamilyName}} - + 6. - + /
 N - + Father’s full name om complet du père - + {{fatherFirstName}} {{fatherFamilyName}} - + 8. - + Lieu d'enregistrement - + - + Place of registration / - + {{location registrar.officeId 'name'}}
 {{location registrar.districtId 'name'}}, {{location registrar.stateId 'name'}}, Farajaland - + 9. - + - + Date of registration / - + Date d'enregistrement - + {{registrationDate}} - + 10. - + /
 - + Registered by Enregistré par - + {{registrar.name}} - + No. {{registrationNumber}} diff --git a/src/api/fonts/LibreBaskerville-Bold.ttf b/src/api/fonts/LibreBaskerville-Bold.ttf new file mode 100644 index 000000000..f415f3e9f Binary files /dev/null and b/src/api/fonts/LibreBaskerville-Bold.ttf differ diff --git a/src/api/fonts/LibreBaskerville-Italic.ttf b/src/api/fonts/LibreBaskerville-Italic.ttf new file mode 100644 index 000000000..152c1e37c Binary files /dev/null and b/src/api/fonts/LibreBaskerville-Italic.ttf differ diff --git a/src/api/fonts/LibreBaskerville-Regular.ttf b/src/api/fonts/LibreBaskerville-Regular.ttf new file mode 100644 index 000000000..8b871395e Binary files /dev/null and b/src/api/fonts/LibreBaskerville-Regular.ttf differ