Okay
  Public Ticket #2638344
Change font sizes to % instead of px
Closed

Comments

  •  1
    pamediaab started the conversation

    Is there any way to change the general size setting of fonts to % instead of px? This is a request from a client who wants to make their site available for visually impaired people and using % is supposed to aid visitors in more easily changing text sizes.

  •  2,963
    Andrew replied

    Hi There,

    By default the fonts are set to px, however you can use css code and change the desired font sizes in terms of percentages. For example: 

    body .page-submenu li a {
        font-size: 100%;
    }

    Thanks.