Skip to content

feat(fonts): include subset field in fontData from astro:assets#14018

Closed
florian-lefebvre wants to merge 27 commits into
v7from
flue/fix-16951
Closed

feat(fonts): include subset field in fontData from astro:assets#14018
florian-lefebvre wants to merge 27 commits into
v7from
flue/fix-16951

Conversation

@florian-lefebvre

Copy link
Copy Markdown
Member

Description (required)

Related issues & labels (optional)

  • Closes #
  • Suggested label:

For Astro version: 6.5. See astro PR #16996.

@netlify

netlify Bot commented Jun 8, 2026

Copy link
Copy Markdown

Deploy Preview for astro-docs-2 ready!

Name Link
🔨 Latest commit a21e19e
🔍 Latest deploy log https://app.netlify.com/projects/astro-docs-2/deploys/6a26c478682fdc0008f7d587
😎 Deploy Preview https://deploy-preview-14018--astro-docs-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@astrobot-houston

astrobot-houston commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
en/guides/cms/contentful.mdx Source changed, localizations will be marked as outdated.
en/guides/cms/sanity.mdx Source changed, localizations will be marked as outdated.
en/guides/cms/zero.mdx Source added, will be tracked.
en/guides/configuring-astro.mdx Source changed, localizations will be marked as outdated.
en/guides/deploy/github.mdx Source changed, localizations will be marked as outdated.
en/guides/images.mdx Source changed, localizations will be marked as outdated.
en/guides/integrations-guide/sitemap.mdx Source changed, localizations will be marked as outdated.
en/guides/styling.mdx Source changed, localizations will be marked as outdated.
en/guides/syntax-highlighting.mdx Source changed, localizations will be marked as outdated.
en/guides/typescript.mdx Source changed, localizations will be marked as outdated.
en/guides/upgrade-to/v5.mdx Source changed, localizations will be marked as outdated.
en/reference/content-loader-reference.mdx Source changed, localizations will be marked as outdated.
en/reference/errors/invalid-get-static-path-param.mdx Source changed, localizations will be marked as outdated.
en/reference/errors/invalid-get-static-paths-entry.mdx Source changed, localizations will be marked as outdated.
en/reference/errors/invalid-get-static-paths-return.mdx Source changed, localizations will be marked as outdated.
en/reference/modules/astro-assets.mdx Source changed, localizations will be marked as outdated.
en/reference/modules/astro-middleware.mdx Source changed, localizations will be marked as outdated.
en/reference/modules/astro-zod.mdx Source changed, localizations will be marked as outdated.
en/tutorial/2-pages/1.mdx Source changed, localizations will be marked as outdated.
es/guides/cms/sanity.mdx Localization changed, will be marked as complete.
fr/guides/cms/sanity.mdx Localization changed, will be marked as complete.
fr/reference/experimental-flags/advanced-routing.mdx Localization changed, will be marked as complete.
ja/basics/layouts.mdx Localization changed, will be marked as complete.
ja/guides/build-with-ai.mdx Localization changed, will be marked as complete.
ja/guides/data-fetching.mdx Localization added, will be marked as complete.
ja/guides/deploy/github.mdx Localization changed, will be marked as complete.
ja/guides/integrations-guide/mdx.mdx Localization changed, will be marked as complete.
ja/guides/markdown-content.mdx Localization added, will be marked as complete.
ja/guides/server-islands.mdx Localization changed, will be marked as complete.
ja/guides/syntax-highlighting.mdx Localization changed, will be marked as complete.
ja/guides/upgrade-to/v6.mdx Localization changed, will be marked as complete.
ja/tutorial/4-layouts/2.mdx Localization changed, will be marked as complete.
ko/getting-started.mdx Localization changed, will be marked as complete.
ko/guides/cms/contentful.mdx Localization changed, will be marked as complete.
ko/guides/cms/sanity.mdx Localization changed, will be marked as complete.
ko/guides/configuring-astro.mdx Localization changed, will be marked as complete.
ko/guides/deploy/github.mdx Localization changed, will be marked as complete.
ko/guides/images.mdx Localization changed, will be marked as complete.
ko/guides/integrations-guide/sitemap.mdx Localization changed, will be marked as complete.
ko/guides/media/imagekit.mdx Localization added, will be marked as complete.
ko/guides/styling.mdx Localization changed, will be marked as complete.
ko/guides/syntax-highlighting.mdx Localization changed, will be marked as complete.
ko/guides/typescript.mdx Localization changed, will be marked as complete.
ko/guides/upgrade-to/v5.mdx Localization changed, will be marked as complete.
ko/reference/content-loader-reference.mdx Localization changed, will be marked as complete.
ko/reference/errors/invalid-get-static-path-param.mdx Localization changed, will be marked as complete.
ko/reference/errors/invalid-get-static-paths-entry.mdx Localization changed, will be marked as complete.
ko/reference/errors/invalid-get-static-paths-return.mdx Localization changed, will be marked as complete.
ko/reference/experimental-flags/advanced-routing.mdx Localization changed, will be marked as complete.
ko/reference/image-service-reference.mdx Localization changed, will be marked as complete.
ko/reference/modules/astro-middleware.mdx Localization changed, will be marked as complete.
ko/reference/modules/astro-zod.mdx Localization changed, will be marked as complete.
ko/tutorial/2-pages/1.mdx Localization changed, will be marked as complete.
pt-br/guides/cms/sanity.mdx Localization changed, will be marked as complete.
zh-cn/guides/cms/sanity.mdx Localization changed, will be marked as complete.
zh-tw/getting-started.mdx Localization changed, will be marked as complete.
zh-tw/guides/configuring-astro.mdx Localization changed, will be marked as complete.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

@ArmandPhilippot ArmandPhilippot left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot to update one type, otherwise LGTM. Thanks!
My other comments are mostly nitpicks (version?) and things I don't necessarily have the answer yet... 😄

Comment thread src/content/docs/en/reference/modules/astro-assets.mdx Outdated
Comment thread src/content/docs/en/reference/modules/astro-assets.mdx Outdated
Comment thread src/content/docs/en/reference/modules/astro-assets.mdx Outdated
Comment thread src/content/docs/en/reference/modules/astro-assets.mdx Outdated
@florian-lefebvre florian-lefebvre changed the base branch from main to v7 June 8, 2026 13:33
@florian-lefebvre florian-lefebvre changed the base branch from v7 to main June 8, 2026 13:33
ArmandPhilippot and others added 23 commits June 8, 2026 15:35
Co-authored-by: Thomas Bonnet <thomasbnt@protonmail.com>
Co-authored-by: Shinya Fujino <shf0811@gmail.com>
Co-authored-by: Armand Philippot <git@armand.philippot.eu>
…t` (#13965)

Co-authored-by: Armand Philippot <git@armand.philippot.eu>
Co-authored-by: Samuli Linnankoski <samuli.linnankoski@luotocompany.fi>
Co-authored-by: Armand Philippot <59021693+ArmandPhilippot@users.noreply.github.com>
Co-authored-by: Armand Philippot <git@armand.philippot.eu>
Co-authored-by: Armand Philippot <git@armand.philippot.eu>
…13980)

Co-authored-by: Armand Philippot <git@armand.philippot.eu>
Co-authored-by: delucis <357379+delucis@users.noreply.github.com>
Co-authored-by: Armand Philippot <59021693+ArmandPhilippot@users.noreply.github.com>
Co-authored-by: Armand Philippot <git@armand.philippot.eu>
Co-authored-by: Armand Philippot <59021693+ArmandPhilippot@users.noreply.github.com>
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
…ore] (#13962)

Co-authored-by: Yan <61414485+yanthomasdev@users.noreply.github.com>
…es/1.mdx` (#13999)

Co-authored-by: Shinya Fujino <shf0811@gmail.com>
Co-authored-by: Shinya Fujino <shf0811@gmail.com>
Co-authored-by: Shinya Fujino <shf0811@gmail.com>
Co-authored-by: Shinya Fujino <shf0811@gmail.com>
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
Co-authored-by: Armand Philippot <59021693+ArmandPhilippot@users.noreply.github.com>
@florian-lefebvre florian-lefebvre changed the base branch from main to v7 June 8, 2026 13:36
@github-actions github-actions Bot added the i18n Anything to do with internationalization & translation efforts - ask @YanThomas for help! label Jun 8, 2026
@florian-lefebvre florian-lefebvre deleted the flue/fix-16951 branch June 8, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

i18n Anything to do with internationalization & translation efforts - ask @YanThomas for help!

Projects

None yet

Development

Successfully merging this pull request may close these issues.