Skip to content
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

Fontweight issue with Cabin Sketch #506

Open
1 task done
Zeroupper opened this issue Nov 20, 2023 · 0 comments
Open
1 task done

Fontweight issue with Cabin Sketch #506

Zeroupper opened this issue Nov 20, 2023 · 0 comments
Labels
bug Something isn't working p: google_fonts

Comments

@Zeroupper
Copy link

Zeroupper commented Nov 20, 2023

Package

google_fonts

Existing issue?

What happened?

Expected vs actual result:

Google Fonts Cabin Sketch bold doesn't look the same as when you get that from font files.

Steps to reproduce:

  1. Import google_fonts and cabin sketch fonts individually
Column(
        mainAxisSize: MainAxisSize.min,
        children: <Widget>[
          Text(
            text,
            style: const TextStyle(
              fontFamily: 'Cabin Sketch',
              fontWeight: FontWeight.bold,
              fontSize: 40,
            ),
          ),
          Text(
            text,
            style: GoogleFonts.cabinSketchTextTheme()
                .bodyLarge
                ?.copyWith(fontSize: 40, fontWeight: FontWeight.bold),
          ),
        ],
      ),

image

Flutter version: 3.13.6
Google_fonts: 6.1.0

Relevant log output

No response

@Zeroupper Zeroupper added bug Something isn't working triage Issues that haven't been triaged labels Nov 20, 2023
@guidezpl guidezpl added p: google_fonts and removed triage Issues that haven't been triaged labels Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p: google_fonts
Projects
None yet
Development

No branches or pull requests

2 participants