diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2024-05-22 14:17:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 14:17:06 +0200 |
| commit | a5d9a656b54255db699cead4e54af1b86da57be6 (patch) | |
| tree | 68f8bc5be28b0acdc03408d249bcedfefa0fcd44 /fonts/milli_marif_bold/font.json | |
| parent | 5ceaab18355a3314a74f4f96fb2e335b753d9d36 (diff) | |
add comma and apostrophe (#2934)
Diffstat (limited to 'fonts/milli_marif_bold/font.json')
| -rw-r--r-- | fonts/milli_marif_bold/font.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fonts/milli_marif_bold/font.json b/fonts/milli_marif_bold/font.json index fc51a704..146be0f5 100644 --- a/fonts/milli_marif_bold/font.json +++ b/fonts/milli_marif_bold/font.json @@ -154,6 +154,10 @@ "7", "8", "9", - "%" + "%", + ",", + "'", + "‘", + "‘" ] }
\ No newline at end of file |
