View Single Post
Old 10-21-2023, 12:27 PM   #2
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,992
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
In Android there are basically three kinds of fonts (a/k/a Typeface):
  1. Default fonts: DEFAULT, DEFAULT_BOLD, MONOSPACE, SANS_SERIF, SERIF
  2. System fonts: Anything in /system/fonts and referenced in /system/etc/fonts.xml
  3. Anything else: In a non-standard location
Some apps can only use 1, or 1/2 or 1/2/3.

Worst case: If you are using Magisk you can insert fonts into /system/fonts and update /system/etc/fonts.xml if your app is 1/2.
Does your app give you a choice of "NotoSansDevanagari"? Then it's a 1/2.

Sorry, I don't use Onyx apps.

Last edited by Renate; 10-21-2023 at 04:31 PM.
Renate is offline   Reply With Quote