Closed
Bug 1461196
Opened 7 years ago
Closed 7 years ago
Some Cyrillic fonts partially broken on page only with scripts enabled
Categories
(Core :: Layout: Text and Fonts, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1162921
People
(Reporter: w0wkin, Unassigned)
References
()
Details
Attachments
(1 file)
1.08 MB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180510160705
Steps to reproduce:
Open page https://lenta.ru/articles/2018/05/12/rockefellers/ scroll down, see attached image for the help.
To eliminate broken font you will need to disable scripts on that page, use NoScript or whatever you like. Don't forget to use CTRL+F5 every time you compare the results.
Actual results:
See attached image named bugfont.jpg, in the upper half of image selected letter is broken in whole paragraph but not in overall article
Expected results:
See attached image lower part of image.
Comment 1•7 years ago
|
||
(In reply to w0wkin from comment #0)
> To eliminate broken font you will need to disable scripts on that page
It should be enough to block the remote font. I have PT Serif installed locally, so that wouldn't work for me.
https://icdn.lenta.ru/assets/webpack/fonts/e5f5f4b0b540d8b8bfd1914c2d805bbe.pt_serif-regular.woff
Overriding the page fonts with userContent.css is another option.
@-moz-document domain("lenta.ru") {
* { font-family: Georgia !important; }
}
Status: UNCONFIRMED → RESOLVED
Has STR: --- → yes
Closed: 7 years ago
Component: Untriaged → Layout: Text
Product: Firefox → Core
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•