protondb-i18n
protondb-i18n copied to clipboard
Wide font by default for cyrillic
That happened because the value of font in CSS/SCSS is set: 'Abel', 'sans-serif'. The best solution of this issue add "Open-Sans-Condensed"
I do agree with @Drsheppard01 about changing the font.
Even after the chart being removed from home page, there are lot of places with mixed Cyrillic letters (in my case - BG) and Latin or even regular numbers, which doesn't look good with the current font.
Another alternative could be "Roboto Condensed" - it looks close to "Abel". I do believe there is a way to specify "unicode-range" or via &text= param in order to be used only for Cyrillic characters and thus keeping the 'Abel' as main font for the rest of characters.