How to manually install multiple fonts on an Android device

Q: I want to install several fonts in my Android root device?

What I have done so far is as follows:

  • I strengthened my device
  • I managed to copy my fonts to the / system / fonts directory
    • using adb shell command
  • I rebooted the device to get the font effect in my keboard IME application.

Result: I was unable to get the font to work.

Font used:

  • Shruti for Gujarati
  • Devanagari for Hindi
+4
source share
1 answer

Copy the .ttf file to the SD card and click on the file in the file manager to install it. It should work.

+1
source

All Articles