Preload only `woff2` fonts

All of our supported browsers understand `woff2`, so there's no need to make
everyone preload the older `woff` as well.
pull/17614/head
J. Ryan Stinnett 2021-06-10 13:02:21 +01:00
parent 2784bc7916
commit 8d05d8481a
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ module.exports = (env, argv) => {
}),
new HtmlWebpackInjectPreload({
files: [{ match: /.*Inter.*\.woff2?$/ }],
files: [{ match: /.*Inter.*\.woff2$/ }],
}),
...additionalPlugins,