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: Use capsize's xWidthAvg to compute fallbacks #50878

Merged
merged 6 commits into from
Jun 8, 2023

Commits on Jun 6, 2023

  1. Turbopack next/font/google: Use capsize's xWidthAvg to compute fallbacks

    Instead of using azAvgWidth for next/font/google, use xWidthAvg as the webpack implementation does. For now, next/font/local in both the webpack and Turbopack implementations continue to use azAvgWidth. We should align these in the future.
    
    Test Plan: We now pass 26 next/font tests in Turbopack, up from 22.
    wbinnssmith committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ded2689 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    52e790d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f00e41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24ac94a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8ea73d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    634af62 View commit details
    Browse the repository at this point in the history