Is there a way to get / install custom fonts on Android (Galaxy S22 specifically) and use them with css and the font-family property?

What I’m trying to do

I did a bunch of googling on how to install fonts on the Galaxy S22 and found the zFont app, but it requires lots of steps, can only install one font at a time, and seems to be meant for changing the system font. While that would be nice, that’s not what I’m trying to do. I’d be fine with doing so if it mean the font working on Obsidian, but I’m not sure if that’s the case. How can I install fonts on my device and be have CSS properties like font-family: SF Pro; working?

you can convert the font to base64 and embed them in css file. see the developer docs below

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.