aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/splash.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh
index b4dbe4f..ef8e5a1 100644
--- a/scripts/splash.sh
+++ b/scripts/splash.sh
@@ -242,6 +242,7 @@ if [ "$progress" == 1 -o "$1" == "start" -o "$1" == "suspend" -o -f /dev/.splash
*Kacst-Qr.ttf|*nazli.ttf|*nastaliq_unicode.ttf) text_size=$(( $text_size + 6 )) ;;
# sizes lower than 22 display as noise in FB
*umeplus-gothic.ttf) if [ "$text_size" -lt "22" ]; then text_size=22 ; fi ;;
+ *uming.ttc) if [ "$text_size" -lt "22" ]; then text_size=22 ; fi ;;
esac
fi