* Lossless image optimization (using ImageOptim).
This shouldn't change the visual appearance of any images. ImageOptim
was run with the highest compression setting except that JPEG metadata
stripping was disabled because some users prefer to avoid stripping
JPEG metadata.
* Update READMEs that have Changelogs for themes impacted by lossless image optmization change.
* Add the load_theme_textdomain function call
* Fix incorrect domain
* Load blockbase translations
* Moved all calls to load_theme_textdomain to be handled by Blockbase (not the children)
* Refactored calls to load_theme_textdomain to not include the default location to simplify the call
* Added load_theme_textdomain call to block canvas
* Removed unrelated videomaker changes
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Move button styles from CSS to theme.json
* Move comments button styles to theme.json
* Move footer gap styles to theme.json
* Disable wp-block-styles
* Tweak footer column gap size
* Enable wp-block-styles again
* Add search and file button CSS back
* Fix merge conflicts
* Move uppercase to core/button
* Remove duplicate button element settings
* Move text transform back to button element
* Reduce vertical gap in footer nav
* Fix normal font size ref
* Remove more CSS
* Fix indentation
* Second attempt at fixing indentation
* lock post-content and the containing group blocks to not allow remove option without unlocking
* Added a few missing locks
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Archeo: Load patterns automatically
* Add block types
* Move archeo_register_block_patterns to functions.php
* Update footer pattern inline with trunk
* Update Image with headline and description pattern inline with trunk
* Update archeo/functions.php
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Fix spacing in simple list of posts pattern
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Archeo: Add fonts to theme.json
* Add archeo_preload_webfonts function back in
* Also replace the fonts in Stewart
* Use theme.json fonts for Livro
* Add fonts for Remote to theme.json
* Remove preload fuctions and use on the font files
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>