Please fill out as many of the following questions as possible so we can help you promptly! If you don’t know how to answer or it does not apply, feel free to remove it or leave it blank.
Builder content link
Builder public api key
590f4251081d402c96f40922159dcfc5
What are you trying to accomplish
Fetch section model into React Native application
Code stack you are integrating Builder with
React Native
I can not get the text block to render with the correct font. We are using NotoSans as our primary font in the react native app. I have imported it as a custom font into builder but the when displaying the content the system font is rendered.
I am able to apply the font in the builder editor and there it looks like it working. But when I try to use the section in our react native application the correct font is not rendered.
Hey, sorry for the late answer. Had to work on other stuff for a while. Here you can see a screen shot of how the content is displayed in the React Native application compared to how it looks in the builder editor.
Hey @tobias.akeblom , I am happy to confirm that I was able to reproduce the issue you are experiencing thanks to the details and steps you have provided.
I will now discuss the issue internally in order to determine the next steps. Once I have further updates, I will get back to you.
In the meantime, Please feel free to reach out with any questions or further details you may have.
Hey @tobias.akeblom after looking more into this, it turns out web custom fonts are, impossible in React Native. You need to manually install the font in the react native project, which means it would have to be done entirely by the developers integrating Builder.