Skip to content

Commit c3dc99f

Browse files
authored
chore: hide header and footer from pdf (#1168)
* chore: hide header and footer from print preview * chore: remove `REPUBLIC OF FARAJALAND` from preview * fix: use Noto Sans font
1 parent 9481e96 commit c3dc99f

File tree

2 files changed

+115
-107
lines changed

2 files changed

+115
-107
lines changed

src/api/certificates/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export async function certificateHandler(request: Request, h: ResponseToolkit) {
226226
delayed: 18
227227
},
228228
svgUrl: '/api/countryconfig/certificates/v2.birth-certificate.svg',
229-
fonts: libreBaskervilleFont,
229+
fonts: notoSansFont,
230230
conditionals: [
231231
{
232232
type: 'SHOW',

0 commit comments

Comments
 (0)