Closed
Bug 1249354
Opened 9 years ago
Closed 9 years ago
Default sans-serif font being used changed to something less nice
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox47 fixed, fennec47+)
RESOLVED
FIXED
Firefox 47
People
(Reporter: kats, Assigned: sebastian)
References
()
Details
Attachments
(3 files)
I have a bugmail dashboard (you can find a static snapshot in the URL field) that uses font-family:sans-serif as the font on the body. As of yesterday (Feb 17 nightly) the font being used on my device changed from something nice-looking to something less nice-looking. IRC conversation sounds like it is possibly related to a failure in Downloaded Fonts which landed recently.
Attached is the logcat from Fennec startup up to and including loading the page in the URL field.
Updated•9 years ago
|
tracking-fennec: --- → ?
Assignee | ||
Comment 1•9 years ago
|
||
> 02-18 18:54:59.135 20612 20639 D GeckoDLCCatalog: Loading from disk
> 02-18 18:54:59.136 20612 20639 D GeckoDLCCatalog: Catalog file does not exist: Bootstrapping initial catalog
> 02-18 18:54:59.136 20612 20639 D GeckoDLCCatalog: Loaded 0 elements
> 02-18 18:54:59.136 20612 20638 V DLCStudyAction: Done
We want to bootstrap the catalog but after that we still have 0 elements. This should only happen if MOZ_ANDROID_EXCLUDE_FONTS is false but then we'd ship fonts in the APK..
Assignee: nobody → s.kaspari
Comment 2•9 years ago
|
||
The fallback font should be Roboto on recent Android versions and Droid Sans on older versions. If those aren't being used, we should figure out why.
Reporter | ||
Comment 3•9 years ago
|
||
This is what it looks like on Nightly (zoomed in). Not sure which font it's using.
Assignee | ||
Comment 4•9 years ago
|
||
This resembles what we are doing with MOZ_EXCLUDE_HYPHENATION_DICTIONARIES: We just have
a flag without any --disable-* configuration option.
Review commit: https://reviewboard.mozilla.org/r/35613/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/35613/
Attachment #8721236 -
Flags: review?(nalexander)
Assignee | ||
Updated•9 years ago
|
Blocks: downloadable-fonts
Comment 5•9 years ago
|
||
> Not sure which font it's using.
This looks like DejaVu Sans to me. And I like it.
Updated•9 years ago
|
Attachment #8721236 -
Flags: review?(nalexander) → review+
Comment 6•9 years ago
|
||
Comment on attachment 8721236 [details]
MozReview Request: Bug 1249354 - configure.in: Remove --disable-android-include-fonts configuration option. r=nalexander
https://reviewboard.mozilla.org/r/35613/#review32549
Ship it!
::: configure.in:3694
(Diff revision 1)
> +MOZ_ANDROID_EXCLUDE_FONTS=
I think we do not want this one line. Empty is the default, and it is possible that this will overwrite a setting set in ``mobile/android/confvars.sh``. As it happens, ``confvars.sh`` (and any branding shell script) is evaluated later, so it's okay; but let's drop it. (In fact, we should drop all of this cruft, but one thing at a time.)
Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8721236 [details]
MozReview Request: Bug 1249354 - configure.in: Remove --disable-android-include-fonts configuration option. r=nalexander
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/35613/diff/1-2/
Attachment #8721236 -
Attachment description: MozReview Request: Bug 1249354 - configure.in: Remove --disable-android-include-fonts configuration option. r?nalexander → MozReview Request: Bug 1249354 - configure.in: Remove --disable-android-include-fonts configuration option. r=nalexander
Comment 9•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 47
Updated•9 years ago
|
tracking-fennec: ? → 47+
Reporter | ||
Updated•8 years ago
|
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•