Resolved it by installing fonts:
apk --update --upgrade --no-cache add fontconfig ttf-freefont font-noto term
inus-font \
&& fc-cache -f \
&& fc-list | sort
If you want to add custom fonts, try adding them under /usr/share/fonts/Additional
references