1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 15:16:37 +02:00

update font for open source

This commit is contained in:
tale-fau 2023-09-25 15:26:51 +02:00
parent 8bea373736
commit de9896501f

View file

@ -271,7 +271,7 @@
]); ?>;
<?php if ($TRANSLATION_LANGUAGE == 'ar'): ?>
url_font = <?php echo json_encode('/vendor/fonts/IBMPlexSansArabic-Regular.ttf') ?>
url_font = <?php echo json_encode('/vendor/fonts/Tajawal-Medium.ttf') ?>
<?php else: ?>
url_font = <?php echo json_encode('/vendor/fonts/Caveat-Regular.ttf') ?>
<?php endif; ?>