BDF and OTB bitmap fonts no longer display
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
People
(Reporter: annu.srikanth, Unassigned)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/112.0
Steps to reproduce:
Go to a website that uses a bitmap for or open up a HTML file that looks something like:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="font-family:unifont;">Unifont</div>
<div style="font-family:UW Ttyp0;">UW Ttyp0</div>
<div>Default</div>
</body>
</html>
replacing unifont and UW Ttyp0 with any suitable otb and bdf font names.
Actual results:
The text that should have shown up (either in google or the file) does not. It remains blank. The text is selectable, just not visible.
Expected results:
The text should be displayed in the specified font. If I revert back to version 111, the issue is not present.
Alternatively, if Firefox is dropping support for bitmap fonts, the text should be displayed with a suitable vector font.
Reporter | ||
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Text and Fonts' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 4•2 years ago
|
||
The severity field is not set for this bug.
:jfkthame, could you have a look please?
For more information, please visit BugBot documentation.
Comment 5•2 years ago
|
||
Yeah this is a dupe of bug 1827950.
Description
•