Open
Bug 1726583
Opened 4 years ago
Updated 4 years ago
The Chinese font of Firefox is different from that of Android.
Categories
(Core :: Layout: Text and Fonts, enhancement)
Core
Layout: Text and Fonts
Tracking
()
NEW
People
(Reporter: seburo3, Unassigned)
Details
Feedback from a user in SUMO that the font used by Firefox for Android is different from the font on the Android system. Firefox's font makes reading very uncomfortable.
SUMO question with examples and the result of the users adb pull /system/fonts
can be seen at https://support.mozilla.org/en-US/questions/1345687
Requested by Mobile team to file this bug.
Comment 1•4 years ago
|
||
It looks like this may be that Firefox is defaulting to the serif font, while the general system default is sans-serif.
If the content is explicitly styled with font-family: sans-serif
, which font does it use?
If the content is explicitly tagged with lang="zh-CN"
, which font does it use?
You need to log in
before you can comment on or make changes to this bug.
Description
•