diff --git a/Scripts/Functions/Render/Svg/svg_convertPngToKsplash.sh b/Scripts/Functions/Render/Svg/svg_convertPngToKsplash.sh index e56401e..85503d0 100755 --- a/Scripts/Functions/Render/Svg/svg_convertPngToKsplash.sh +++ b/Scripts/Functions/Render/Svg/svg_convertPngToKsplash.sh @@ -33,7 +33,7 @@ function svg_convertPngToKsplash { local COUNT=0 # Define font used to print bottom splash message. - FONT=$(cli_getRepoTLDir)/Identity/Fonts/DejaVuLGCSans-Bold.ttf + FONT=$(cli_getTTFont "DejaVuLGCSans-Bold") # Check existence of font file. cli_checkFiles "$FONT"