The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
Donβt embed fonts so big because they have an impact on LightHouse performance score. I have reduced the limit from 25Kbs to 8Kbs, which seems to be the recommendation in Webpack. #406
Use swap in all font-displays . This was needed because we are not embedding fonts smaller than 25Kbs anymore. #406
To keep Frontity and its packages updated, you can follow this guide of our documentation.
Packages Changelog
frontity@1.6.0
Minor Changes
bf3db894#391 Thanks @hideokamoto! - Create a README.md file on npx frontity create with a brief explanation of how to work with Frontity and links to the community and documentation.
502bc144#406 Thanks @luisherranz! - Donβt embed fonts so big because they have an impact on LightHouse performance score. I have reduced the limit from 25Kbs to 8Kbs, which seems to be the recommendation in Webpack.