-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font setting is not using the phone's selected font for articles #15
Comments
Sadly, this is a limitation on Flutter's side. It uses the Roboto font by default (which is often used on Android devices), not the system's font. Related: flutter/flutter#48381. |
That's a shame, I don't know much about Flutter, it can't detect what font the system is using nor the type of fonts that the phone has in storage? Maybe you can add a list of fonts to customize instead? After looking around a bit, maybe you can add old fonts that F1 used to use for their TV graphics like: Could be potential idea for themes too if you want to |
I did some research and found a workaround to add it but it is not very convenient and it needs a lot of work to implement it.
I don't think this is a needed feature right now given the amount of time required to add it, and now I plan to add more widgets of the articles and improve the hall of fame. |
This is the best I can find with some quick searches 😅 |
Finally, I added the Titilium-Web font (which is used by the official website in the articles)(382234f). |
Describe the bug
Font setting is not using the font of the phone to show the article, but the default Android font.
Screenshots
Smartphone (please complete the following information):
Additional context
I'm using the latest debug build that improved the setting page.
The text was updated successfully, but these errors were encountered: