diff options
Diffstat (limited to 'scripts/splash.sh')
-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 c15e3ca..3a6bb54 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -150,7 +150,7 @@ if [ "$progress" == 1 -o "$1" == "start" ]; then # using tscii font as currently there isn't shaping ta*) font=/usr/share/fonts/ttf/tscii/tscava.ttf ;; th*) font=/usr/share/fonts/ttf/thai/norasi_b.ttf ;; - zh*) font=/usr/share/fonts/ttf/chinese/fireflysung.ttf ;; + zh*) font=/usr/share/fonts/ttf/chinese/uming.ttf ;; # languages supported by the default font; latin1 af*|br*|ca*|da*|de*|es*|et*|eu*|fi*|fr*|fur*|ga*|gl*|id*|is*|it*|li*) font=default ;; @@ -188,7 +188,7 @@ if [ "$progress" == 1 -o "$1" == "start" ]; then # some fonts need a bigger size to have a nice display case "$custom_font" in *norasi_b.ttf) text_size=$(( $text_size + 6 )) ;; - *fireflysung.ttf) text_size=$(( $text_size + 6 )) ;; + *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 ;; |