You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem:
Android devices does not seems to have Verdana fonts installed, due to which the used fallback font is PGothic. PGothic is not suitable for displaying cyrillic texts due to letter spacing, which not only makes any significant amounts of text almost unreadable but also does not fits within interface elements at some displays (Login prompt as an example).
Steps to reproduce:
Open any game page on Android device (2kki will do).
Change the language in site settings to Russian (Русский).
Now you can navigate through Russian Wide Monospaced interface.
Problem with font can be seen even within language selection menu, but shows itself at full in any text menus like settings, rules or even login screen.
Possible solutions:
A: Add in "Verdana-Cyrillic" fontface in play.css file font which is available on android devices.
B: Replace "Verdana-Cyrillic" fontface to any other available on android devices readable font.
C: Prohibit render of Cyrillics with PGothic fontface. (Not sure about technical details of this solution)
D: Anything else, as long as it works, can be fine too.
Additional reading: #409 (Test implementation for solution A on older version, illustrated) #511 (Different problem, however its solution may possibly affect this one as well)
The text was updated successfully, but these errors were encountered:
The problem:
Android devices does not seems to have Verdana fonts installed, due to which the used fallback font is PGothic. PGothic is not suitable for displaying cyrillic texts due to letter spacing, which not only makes any significant amounts of text almost unreadable but also does not fits within interface elements at some displays (Login prompt as an example).
Steps to reproduce:
Problem with font can be seen even within language selection menu, but shows itself at full in any text menus like settings, rules or even login screen.
Possible solutions:
A: Add in "Verdana-Cyrillic" fontface in
play.css
file font which is available on android devices.B: Replace "Verdana-Cyrillic" fontface to any other available on android devices readable font.
C: Prohibit render of Cyrillics with PGothic fontface. (Not sure about technical details of this solution)
D: Anything else, as long as it works, can be fine too.
Additional reading:
#409 (Test implementation for solution A on older version, illustrated)
#511 (Different problem, however its solution may possibly affect this one as well)
The text was updated successfully, but these errors were encountered: