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

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

2 Likes