Closed
Bug 134442
Opened 24 years ago
Closed 18 years ago
Hebrew fonts not recognized in CSS and as default font
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: blanchardmatthew, Assigned: mkaply)
Details
(Keywords: platform-parity)
Attachments
(3 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.9+) Gecko/20020329
BuildID: 20020329
[I assume the user is using a Hebrew version of Microsoft Windows.]
Some Hebrew fonts (eg. David, Miriam, Rod) are not recognized in CSS or when
selected as the default Hebrew font (menu: Preferences / Appearance / Fonts).
For example, when viewing the following piece of HTML,
<div style="font-family: david">
... hebrew text ...
</div>
then the user sees the default font instead of David.
But some other fonts are recognized. If we use Tahoma (or Frankruehl, or Arial),
as in:
<div style="font-family: tahoma">
... hebrew text ...
</div>
then the user sees the Hebrew text rendered in Tahomam, as expected.
Reproducible: Always
| Reporter | ||
Comment 1•24 years ago
|
||
| Reporter | ||
Comment 2•24 years ago
|
||
The first 4 test lines (David, Miriam, Rod, Narkisim) are rendered in the
default font.
The following 2 lines (Frankruehl, Tahoma) are rendered in the correct font.
(The "English Fonts" section is just for comparison.)
| Reporter | ||
Comment 3•24 years ago
|
||
IE has no problems with Hebrew fonts.
Comment 4•24 years ago
|
||
WORKSFORME on Win2K with a recent nightly. Bug 132341 (reported on Mac) is similar.
Comment 5•24 years ago
|
||
... but confirming the bug in 0.9.9 on Win98.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•23 years ago
|
||
Still broken here: Moz 1.0 on windows 98.
Comment 8•22 years ago
|
||
Or Win9x/ME-specifc, I guess (we really need 'meta-platform' like Win 9x/ME, Win
2k/XP, Unix, etc in bugzilla). I just confirmed again what Simon wrote back in
2002 (it works fine on Win2k).
Comment 9•22 years ago
|
||
Sorry, bz. I thought you had written 'Win98' specific instead of 'Win 9x'
specific. And sorry for bugspam.
Comment 10•18 years ago
|
||
WONTFIXing since Win9x is no longer supported.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
Component: Layout: BiDi Hebrew & Arabic → Layout: Text
QA Contact: zach → layout.fonts-and-text
You need to log in
before you can comment on or make changes to this bug.
Description
•