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
Tracking issue, low priority. Fonts (WOFF2/WOFF) are a natural cutting target — wOF2/wOFF signatures are constant, while the header's flavor/length/numTables fields and the table directory vary per file — but two things gate it:
The consumer must load fonts through the FontFace API (Blob URL) instead of CSS @font-faceurl(), which is a migration on their side.
One more axis to keep in mind: fonts usually carry third-party redistribution licenses, so the sensitivity of shipping them openable differs from first-party images — worth a note in the docs when this lands.
Filed so the roadmap keeps the candidate visible; no implementation planned until #7 exists.
Tracking issue, low priority. Fonts (WOFF2/WOFF) are a natural cutting target —
wOF2/wOFFsignatures are constant, while the header's flavor/length/numTables fields and the table directory vary per file — but two things gate it:FontFaceAPI (Blob URL) instead of CSS@font-faceurl(), which is a migration on their side.One more axis to keep in mind: fonts usually carry third-party redistribution licenses, so the sensitivity of shipping them openable differs from first-party images — worth a note in the docs when this lands.
Filed so the roadmap keeps the candidate visible; no implementation planned until #7 exists.