Skip to content

Commit

Permalink
Add kabyle compatible font (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
tale-fau committed Sep 28, 2023
1 parent bb38650 commit 391aa93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added public/vendor/fonts/FiraSans-MediumItalic.ttf
Binary file not shown.
2 changes: 2 additions & 0 deletions templates/signature.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -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; ?>
Expand Down

0 comments on commit 391aa93

Please sign in to comment.