Skip to content

15.14.0

Choose a tag to compare

@sneridagh sneridagh released this 26 Jul 14:59
91a6f8a

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 @importGoogleFonts and set it to false in your project theme:
@importGoogleFonts: false;
  • Include ImageSizeWidget to fix eea/volto-block-style incompatibility @ionlizarazu