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

Add kabyle compatible font (#48)

This commit is contained in:
tale-fau 2023-09-28 18:41:43 +02:00
parent bb38650c02
commit 391aa93a61
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -272,6 +272,8 @@
<?php if ($TRANSLATION_LANGUAGE == 'ar'): ?>
url_font = <?php echo json_encode('/vendor/fonts/Tajawal-Medium.ttf') ?>
<?php elseif ($TRANSLATION_LANGUAGE == 'kab'): ?>
url_font = <?php echo json_encode('/vendor/fonts/FiraSans-MediumItalic.ttf') ?>
<?php else: ?>
url_font = <?php echo json_encode('/vendor/fonts/Caveat-Regular.ttf') ?>
<?php endif; ?>