rsnext/test/e2e/next-font
Hannes Bornö bd9ad97c8e
Fix next/font/google config not being used (#46484)
Make sure both `@next/font/google` and `next/font/google` works when setting subsets in `next.config.js`.

Fixes NEXT-668

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see [`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] [e2e](https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs) tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see [`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
2023-02-27 12:18:19 +00:00
..
app Fix next/font/google config not being used (#46484) 2023-02-27 12:18:19 +00:00
app-old Add next/font import (#45891) 2023-02-16 15:33:39 +01:00
basepath Add next/font import (#45891) 2023-02-16 15:33:39 +01:00
fonts Update font avg (#41734) 2022-10-24 13:47:19 -07:00
google-fetch-error/pages Add next/font import (#45891) 2023-02-16 15:33:39 +01:00
with-font-declarations-file Add next/font import (#45891) 2023-02-16 15:33:39 +01:00
without-preloaded-fonts Add next/font import (#45891) 2023-02-16 15:33:39 +01:00
basepath.test.ts Add next/font import (#45891) 2023-02-16 15:33:39 +01:00
google-fetch-error.test.ts Add next/font import (#45891) 2023-02-16 15:33:39 +01:00
google-font-mocked-responses.js @next/font change default font-display (#45430) 2023-01-31 08:26:38 -08:00
index.test.ts Add next/font import (#45891) 2023-02-16 15:33:39 +01:00
with-font-declarations-file.test.ts Add next/font import (#45891) 2023-02-16 15:33:39 +01:00
without-preloaded-fonts.test.ts Add next/font import (#45891) 2023-02-16 15:33:39 +01:00