Hi, I have a question on text formatting. How would you resize text in a text/graphic question - with content type “text”? Is there a way to update default font and size?
Page 1 / 1
We can wrap the text in a div tag and use ‘font-size’ attribute to get the required size.
<div style="font-size:30px">Hello World</div>
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.