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