Opened 17 years ago
Closed 16 years ago
#6616 closed defect (bug) (fixed)
Fonts in RTLed administration interface
Reported by: | RanYanivHartstein | Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
The RTL styles for the administration interface specify fonts that can be less than ideal with some of the scripts that are written from right to left.
For e.g., while serif fonts look great on screen with latin scripts, their equivalents in Hebrew are rather hard to read in anything less than about 18 points; Arial on the Mac has only latin glyphs and is not available at all on most Linux distros; Verdana has no Hebrew glyphs at all, etc.
I submitted a patch in ticket #6365 that among other things switched the RTL styles to all sans-serif fonts, but it was ignored - I don't know if this was on purpose or not, so I opened this ticket to focus the discussion on the fonts issue instead of other RTL related issues.
I suggest switching all fonts in the RTL styles to generic "sans-serif" fonts instead of specifying fonts that may only work for a certain script or a certain platform. That way, the best fonts will always be used on each platform and for each script.
Attachments (1)
Change History (5)
#2
@
16 years ago
I added a patch to the RTL styles to change all fonts in the administration interface to either generic sans-serif or generic monospace. This addresses the issues described in the patch.
The patch creates a new file (press-this-rtl.css) to fix fonts in the new post bookmarklet. It should be noted that this is not a full RTLization of the Press This bookmarklet.
Change from "Enhancement" to "Defect", as this can seriously hamper user experience in non-latin scripts such as Hebrew.