I cannot find a simple way to change the font size within a text component, aside from using markdown which I dont want to do, for various reasons. Can someone help here?
Hello, you can actually use some basic html within the text component (in markdown) such as
<span style="font-size: 1.5em;">text</span>
2 Likes
Great news everyone! We rolled out an update for Text component font size control awhile ago, and I’m sure some of you have already spotted it in action. You can now choose Styles directly in the inspector of your Text component, instead of using markdown which I know @Kevin_Otte1 prefer not to! Just open the inspector, go to Appearance > Styles > Font, and you’ll see a list of font sizes to pick from. Check out these screenshots for guidance!