Different fonts for iOS and Android

iOS Apps are built most frequently using the SF font (San Francisco). Android mostly uses Roboto font.
In Bubble, there is no way, I think, to use two different fonts, one for Android and another for iOS?

Thanks
Guy

1 Like

You can detect platform on page load with a small JS (Toolbox → Run JavaScript) that adds a platform-ios or platform-android class to the document, then apply CSS that targets those classes to set font-family (use -apple-system / SF stack for iOS and Roboto for Android). This avoids hosting SF as a web font and keeps control inside Bubble.

Hello! I’d like to know, please: does the Toolbox → Run JavaScript plugin work properly on Mobile Native?