How to change the font size in Mobile App?

RevathiV
Giga Expert

Hi all,

 

I am new to the mobile app builder. I am trying to change the font size of the text on the mobile app. Could you please let me know if this can be done. 

 

Many Thanks

1 ACCEPTED SOLUTION

RevathiV
Giga Expert

I was able to change the font size of the fields by making changes to the Card Temaplate JSON. 

Added the below attribute where ever necessary in the JSON

"Font": {
"Weight": "regular",
"Size": 18
}

View solution in original post

5 REPLIES 5

RevathiV
Giga Expert

I was able to change the font size of the fields by making changes to the Card Temaplate JSON. 

Added the below attribute where ever necessary in the JSON

"Font": {
"Weight": "regular",
"Size": 18
}