You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**BREAKING CHANGE to the experimental Fonts API only**
6
+
7
+
Removes the `getFontBuffer()` helper function exported from `astro:assets` when using the experimental Fonts API
8
+
9
+
This experimental feature introduced in v15.6.13 ended up causing significant memory usage during build. This feature has been removed and will be reintroduced after further exploration and testing.
10
+
11
+
If you were relying on this function, you can replicate the previous behavior manually:
12
+
13
+
- On prerendered routes, read the file using `node:fs`
14
+
- On server rendered routes, fetch files using URLs from `fontData` and `context.url`
0 commit comments