Closed
Bug 1354010
Opened 8 years ago
Closed 8 years ago
ASCII ART in 2ch.net is corrupted
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox55 | --- | affected |
People
(Reporter: alice0775, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
ASCII ART in 2ch.net is broken since Nightly55.0a1(2017-04-05).
Reproducible: always
Steps To Reproduce:
Open http://echo.2ch.net/test/read.cgi/aasaloon/1453809203/
Actual Results:
See attached screenshot
Comment 1•8 years ago
|
||
I don't think that this is a good reason to keep using legacy font because:
* The layout is broken on the other platforms.
* The layout is broken on Google Chrome on Windows with default settings.
* The page can specify font-family to "MS PGothic" if it should be, however, 2ch.net isn't only for ASCII art, so, I *think* they shouldn't do so.
* I don't think that ASCII art threads of 2ch.net are used by most our users.
* Users can switch back the default font to MS PGothic if the layout is really important for them.
* Or, users can use user style sheet with @-moz-domain (this is really different point from Google Chrome).
Reporter | ||
Comment 2•8 years ago
|
||
Yep, we have workaround now.
So, This is WONTFIX.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Comment 3•8 years ago
|
||
FYI: You can add following style rule to |<profile>/chrome/userContent.css|:
@-moz-document domain(2ch.net) {
div.message {
font-family: "MS PGothic", sans-serif;
}
}
Reporter | ||
Comment 4•8 years ago
|
||
Thanks. It works as expected.
You need to log in
before you can comment on or make changes to this bug.
Description
•