Skip to content

Commit

Permalink
Fix Amharic font list
Browse files Browse the repository at this point in the history
This was reported for the Python code by LGTM.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Nov 30, 2018
1 parent 57d0ae0 commit c59c45f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/training/language-specific.sh
Expand Up @@ -576,7 +576,7 @@ PERSIAN_FONTS=( \
)

AMHARIC_FONTS=( \
"Abyssinica SIL"
"Abyssinica SIL" \
"Droid Sans Ethiopic Bold" \
"Droid Sans Ethiopic" \
"FreeSerif" \
Expand Down
3 changes: 2 additions & 1 deletion src/training/language_specific.py
Expand Up @@ -585,7 +585,8 @@
]

AMHARIC_FONTS = [
"Abyssinica SIL" "Droid Sans Ethiopic Bold",
"Abyssinica SIL",
"Droid Sans Ethiopic Bold",
"Droid Sans Ethiopic",
"FreeSerif",
"Noto Sans Ethiopic Bold",
Expand Down

0 comments on commit c59c45f

Please sign in to comment.