+ 2
Can we make the font bigger?
Some of the text is really small is it possible to make it bigger? I keep taking screenshots and zooming in to read the instructions, hell even this size is a little on the small side. I prefer font of around a size 12 and above, is that possible?
6 Answers
+ 2
How would you do this, Adam.js? The question obviously means in the app, not in writing code. Very hard on a smartphone, for older eyes
+ 1
oh, you mean the app? I'm so sorry sir, I thought you meant html.
+ 1
pinch the screen outwards
0
yes. you can use <big> the h1-h6 tags, or css
0
simply surround the text with the tags. sorry for late reply.
for example:
<h1>largest heading</h1>
<h6>smallest heading</h6>
0
I just figured it out