Closed ajbc closed 7 months ago
google_fonts
If I try to use Barlow (or other Google fonts), I can get it to work without any issues. Barlow Condensed, Barlow Semi-Condensed, and Roboto Condensed all appear to as Roboto without any errors or warnings.
Font reference:
For example, the following works:
Text( 'This is Barlow. Some distinctive characters: MQ4', style: GoogleFonts.barlow(), ),
But this doesn't:
Text( 'This is not Barlow Condensed. Some distinctive characters: MQ4', style: GoogleFonts.barlowCondensed(), ),
It looks like plain Roboto instead, and no errors or warnings are given.
Results:
The issue was on a Mac using Chrome for running the app.
No response
Was only failing for Mac OS desktop, not Chrome or other devices.
Package
google_fonts
Existing issue?
What happened?
Expected vs actual result:
If I try to use Barlow (or other Google fonts), I can get it to work without any issues. Barlow Condensed, Barlow Semi-Condensed, and Roboto Condensed all appear to as Roboto without any errors or warnings.
Font reference:
Steps to reproduce:
For example, the following works:
But this doesn't:
It looks like plain Roboto instead, and no errors or warnings are given.
Results:
The issue was on a Mac using Chrome for running the app.
Relevant log output
No response