Closed
Bug 1434205
Opened 7 years ago
Closed 7 years ago
Different fonts are used on /en-US and /ru parts
Categories
(developer.mozilla.org Graveyard :: Design, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: diraria, Unassigned)
References
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
1. Open documentation for any page on English (/en-US) and Russian (/ru). For example, `Array.prototype.indexOf()`:
2. Open https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf
3. Open https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf
4. Look at page header (`<h1>` div inside div with class `.document-title`)
What happened?
==============
Fonts are different on /en-US and /ru parts
What should have happened?
==========================
Fonts are equal
Is there anything else we should know?
======================================
Screenshots:
/en-US — https://i.stack.imgur.com/1KeEU.png
/ru — https://i.stack.imgur.com/9vZ3R.png
Comment 1•7 years ago
|
||
This is as designed. The English locale uses zilla-slab, a font custom to the Mozilla brand identity, but that doesn't have wide support for all locales. For Russian, we use a different font which has better support for the full Cyrillic character set.
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•