Custom font issue - need help!

Hey, hopefully, someone can help…

I’m struggling to get a custom font to work on our app. I have followed the steps outlined here: How to Setup a Custom Font | Bubble

However, whenever I view the app on a device that does not already have the font installed, the font does not load and instead fallbacks to a default Serif font.

Preview: https://event.thebigkickoff.co.uk/version-test/pad

Any ideas?

You should use double quotes. There is an error in the Bubble forum instruction. Here is an example I saved as a reference for myself.

font-family:"Arboria Bold";
src: url("https://s3.amazonaws.com/appforest_uf/f1634831652541x561108848575148740/ArboriaBold.otf");
}

@shpak.serhiy Thank you! This worked perfectly.

This topic was automatically closed after 70 days. New replies are no longer allowed.