Skip to content

feat(bunny): filter subsets#298

Merged
danielroe merged 3 commits intomainfrom
feat/bunny-subsets
Nov 26, 2025
Merged

feat(bunny): filter subsets#298
danielroe merged 3 commits intomainfrom
feat/bunny-subsets

Conversation

@florian-lefebvre
Copy link
Collaborator

Reuses the logic from the google provider, since the css is very similar

const css = await fontAPI<string>(`/css?f[]=${`${font.slug}@${numbers.join(',')}`}`)

// TODO: support subsets and axes
// TODO: support axes
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I searched and it seems it doesn't support subsets at all

@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.95%. Comparing base (dd073f9) to head (be186b2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #298      +/-   ##
==========================================
+ Coverage   98.72%   98.95%   +0.22%     
==========================================
  Files          11       11              
  Lines         472      480       +8     
  Branches      117      119       +2     
==========================================
+ Hits          466      475       +9     
+ Misses          6        5       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@danielroe danielroe merged commit 4c78160 into main Nov 26, 2025
9 checks passed
@danielroe danielroe deleted the feat/bunny-subsets branch November 26, 2025 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants