rsnext/test/e2e/next-font
Hannes Bornö 7fd0f7752a
Reuse file when shared by several google font variants (#42480)
If a Google font is available as a variable font - the different variants may reuse the same file when you ask for specific variants. Make sure to reuse the same file and don't make additional requests.

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `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`
- [ ] Integration 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`

## 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)
2022-11-04 18:47:42 +00:00
..
app Reuse file when shared by several google font variants (#42480) 2022-11-04 18:47:42 +00:00
babel Font loaders next config shape (#41219) 2022-10-07 09:15:57 +00:00
basepath Default font config fix (#42235) 2022-10-31 08:56:37 -07:00
font-loader-in-document/pages Font loader default config (#41628) 2022-10-21 18:08:37 -07:00
fonts Update font avg (#41734) 2022-10-24 13:47:19 -07:00
with-font-declarations-file Default font config fix (#42235) 2022-10-31 08:56:37 -07:00
without-preloaded-fonts Font loader types (#41591) 2022-10-20 17:42:19 +00:00
babel.test.ts Font loader with babel error (#41151) 2022-10-05 22:14:31 -07:00
basepath.test.ts Update font loader output path (#40868) 2022-09-26 12:59:38 -07:00
font-loader-in-document-error.test.ts Font loader default config (#41628) 2022-10-21 18:08:37 -07:00
google-font-mocked-responses.js Reuse file when shared by several google font variants (#42480) 2022-11-04 18:47:42 +00:00
index.test.ts Reuse file when shared by several google font variants (#42480) 2022-11-04 18:47:42 +00:00
with-font-declarations-file.test.ts Update font loader output path (#40868) 2022-09-26 12:59:38 -07:00
without-preloaded-fonts.test.ts Add support for font loaders (#40746) 2022-09-21 22:12:59 -07:00