Skip to content

Commit

Permalink
update font for open source
Browse files Browse the repository at this point in the history
  • Loading branch information
tale-fau committed Sep 25, 2023
1 parent 8bea373 commit de98965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/signature.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -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; ?>
Expand Down

0 comments on commit de98965

Please sign in to comment.