diff --git a/code/lib/builder-manager/src/index.ts b/code/lib/builder-manager/src/index.ts index a3e20675dd70..e23f195dcb68 100644 --- a/code/lib/builder-manager/src/index.ts +++ b/code/lib/builder-manager/src/index.ts @@ -60,6 +60,10 @@ export const getConfig: ManagerBuilder['getConfig'] = async (options) => { '.webp': 'dataurl', '.webm': 'dataurl', '.woff2': 'dataurl', + // legacy font formats + '.woff': 'dataurl', + '.eot': 'dataurl', + '.ttf': 'dataurl', }, target: ['chrome100'], platform: 'browser',