Skip to main content
Participant
June 17, 2015
Question

ultra large font still too small to read- how do you make it bigger?

  • June 17, 2015
  • 1 reply
  • 385 views

I have a book that is on ultra large and it is still too small for me to read, how do I increase the font? It is maybe between 12- 14 right now on ultra large.

    This topic has been closed for replies.

    1 reply

    Dominic Michael
    Adobe Employee
    Adobe Employee
    June 19, 2015

    The reason behind this issue might be font-size unit setting in CSS. In the CSS the font-size might be set in pt (Points) or px (Pixels) Points are much like pixels, in that they are fixed-size units and cannot scale in size.


    Try changing the font-size value to corresponding em or % value, then this problem will be solved.


    Hope this helps you.