Mobile Font

Hi.

I don’t want to use webix.ui.fullscreen(), but prefer to change font size.

It seems that
style .webix_view input, .webix_list_item{ font-size: 40px; line-height:80px;} is changing input, but not labels.

How can i change every fonts component for working in mobile phones ?

Thanks

Hello,

You can apply the following CSS:

.webix_view, .webix_view div, .webix_view input, .webix_view button{
  font-size:25px !important;
}

Please, check the snippet: https://webix.com/snippet/696e3d8a