mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
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.
This commit is contained in:
parent
2784bc7916
commit
8d05d8481a
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ module.exports = (env, argv) => {
|
|||
}),
|
||||
|
||||
new HtmlWebpackInjectPreload({
|
||||
files: [{ match: /.*Inter.*\.woff2?$/ }],
|
||||
files: [{ match: /.*Inter.*\.woff2$/ }],
|
||||
}),
|
||||
|
||||
...additionalPlugins,
|
||||
|
|
Loading…
Reference in a new issue