diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/splash.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh index 2fb2400..7484737 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -141,7 +141,7 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" ]; then # this font doesn't has ascii chars hi*|_mr*) font=/usr/share/fonts/otf/mdk/raghu.ttf ;; hy*) font=/usr/share/fonts/TTF/armenian/artsnk_b.ttf ;; - ja*) font=/usr/share/fonts/TTF/japanese/sazanami-gothic.ttf ;; + ja*) font=/usr/share/fonts/TTF/japanese/umeplus-gothic.ttf ;; # this font doesn't has ascii chars _kn*) font=/usr/share/fonts/TTF/kannada/Sampige.ttf ;; ko*) font=/usr/share/fonts/TTF/korean/gulim.ttf ;; @@ -195,7 +195,7 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" ]; then *uming.ttf) text_size=$(( $text_size + 6 )) ;; *Kacst-Qr.ttf|*nazli.ttf|*nastaliq_unicode.ttf) text_size=$(( $text_size + 6 )) ;; # sizes lower than 22 display as noise in FB - *sazanami-gothic.ttf) if [ "$text_size" -lt "22" ]; then text_size=22 ; fi ;; + *umeplus-gothic.ttf) if [ "$text_size" -lt "22" ]; then text_size=22 ; fi ;; esac fi |