* 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.
Initially intended as a part-fix for #3134 to enable child themes to swap typefaces that get included more easily, this also extends that change across to many themes using the common patterns.
It explicitly does not change the following themes:
Spearhead (uses different endpoint and method)
And the following themes that have multiple functions that generate typeface includes so as to avoid confusion:
* canard
* gazette
* illustratr
* publication
This PR should remove all Headstart Annotations from themes in this repo.
Why? Headstart annotations stored in WP.com themes are generated, tested, and sent for translation via WP-CLI scripts running on subversion-ed WordPress sandboxes. I recently updated Headstart annotations for our 20+ recent themes in order to correct some issues in our FSE Plugin and Page Layout feature. When discussing how to get these annotations updated in this themes repo @michaeldcain and came up with two options.
1. Copy-paste back into the affected themes in this repo.
2. Just remove all the Headstart annotations from this repo.
The second option seemed the simplest. It leaves **all** Headstart annotations on WP.com "ignore-able" for this GH repo and reduces the chance of Headstart annotations becoming out of date in this GH repo, potentially reducing future errors.
* Correct selectors for buttons & custom palette colours.
* Make sure bullets are centred with centred widgets.
* Update comment widget styles to match comments.
* Remove empty selectors.
* Update verse font styles to italic.
* Reorganized some CSS to remove redundant styles; removed empty selectors
* Added an overflow to the site content to prevent side scrolling with wide blocks
* Fixed some wide alignment weirdness with images
* Made align full and align wide styles more general, so they'd be applied to all classes; made sure text-based aligned blocks weren't quite as wide.
* Added bottom margin to Media & Text block.
* Made the post title 100% of the width
* Reset selectors back to default styles
* Updated JavaScript that adds wide image class, to skip any images inside of GB blocks.