Describe the bug
When access a page with otf/eot fonta and preload fonts is enabled, only woff, woff2 and ttf should be processed by default, however , currently otf /eot will be processed as well
To Reproduce
Steps to reproduce the behavior:
- install and activate 3.19
- enable preload fonts
- access page with different fonts
- clear cache
- revisit the page and check HTML => otf is preloaded
Expected behavior
only woff, woff2, ttf are preloaded by default unless filter is used to enable other extensions too
Additional context