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

Turbopack next/font/google: don't insert css rules for multiple weights or styles #55852

Merged
merged 2 commits into from
Sep 25, 2023

Commits on Sep 22, 2023

  1. Turbopack next/font/google: don't insert css rules for multiple weigh…

    …ts or styles
    
    If multiple weights or styles are requested, e.g. `Open_Sans({ weight: ['300', '400']})` or `Open_Sans({ style: ['normal', 'italic']})`, don't insert css rules for those properties.
    
    Prior behavior was to insert the first ('300' or 'normal' in the above cases), which did not match webpack's behavior.
    wbinnssmith committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    dd6d53a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    c2ce4d8 View commit details
    Browse the repository at this point in the history