15.14.0
Feature
- Improve move to static fonts to not make it "breaking", but as an opt-in. So if you want your site load the "Poppins" font from local instead from GoogleFont CDN, you must override the
@importGoogleFontsand set it to false in your project theme:
@importGoogleFonts: false;- Include ImageSizeWidget to fix eea/volto-block-style incompatibility @ionlizarazu