Change default font order

Hi,

Mayan uses default fonts in its css as follows (as per my fairly new experience)

font-family: “Lato”,“Helvetica Neue”,Helvetica,Arial,sans-serif;

This font order makes it impossible to display Arabic language (characters appear as squares)

I know that I can change this using application theme feature, but I couldn’t force the custom theme to be the default theme for users, hence users cannot reach the menu to change themes themselves. further more, I’m using LDAP integration so users are created automatically so I cannot change the locale individually for each user.

My question: Is there a way to either enforce a default theme or to override the font order in the current theme.

Thanks

Hi,

Will look into this. Thanks.

1 Like

Thanks

enforcing or defaulting a custom theme may help a lot with the design elements related to languages (like fonts, right-to-left text alignment, font sizing, browser specific compatibilities…etc)

regards