Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

CSS to change font

Hi

I would like to change the font of all elements on the app.

Do I have to change each element or is there a one liner CSS code that I can use to change the font of all element in one go?

Thanks

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

CSS to change font

Hello Deon, there is no common CSS class to change the font for all components, but you can use the selector "select all" for that:
pre* {
font-family:monospace !important;
}/pre

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

CSS to change font

Thank you. Works perfectly.

Return to “Issues”