* Drop "fontsToLoadFromGoogle" for child themes
Drop "fontsToLoadFromGoogle" in favor of the common "google" parameter. Child themes can simply set a "google" key/value for any Google fonts they need, just as the Blockbase does everywhere else.
I see no need (anymore) to have this separate custom section in the child theme json. Or am I missing something?
It just needs to be communicated and coordinated with child theme devs that still use "fontsToLoadFromGoogle"...
This also fixes#4460 and #4621
* Remove fontsToLoadFromGoogle from theme.json
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* removed non-gap margins from heading
* Blockbase: Add site logo
* Blockbase: Reduce the default logo size
* Refactored blockbase headers to include all of Quadrat's header design
* Added tagline to mayland blocks
* resized suggested dimensions per reccomendation
Co-authored-by: Jason Crist <jcrist@pbking.com>
Co-authored-by: Daniel Dudzic <daniel.dudzic@automattic.com>
* Videomaker: Add content width settings
* Moved layout values to settings and corrected per design.
* Set new content values.
Co-authored-by: Jason Crist <jcrist@pbking.com>
Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
* Skatepark: replace image padding with spacer
* Skatepark: adjust featured image spacing
* Skatepark: tweak single spacer height
* Skatepark: apply spacing changes to page template
* Moved spacing from a spacer to margin-top
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Blockbae: add more styles to .aligncenter
This now supports image alignment as well as the site-logo block alignment
* Blockbase: replace spaces with tabs
* Updates themes.json htag font sizes
Updates font sizes for h4,5,6 in theme.json.
* Updates typography font sizes.
Updates tiny, small, normal, and extra large font sizes.
* Updates font sizes.
Citation and query pagination block font size updates.
* Updates font sizes.
Navigation and site title block font size update.
* Navigation font size update.
Updates responsive navigation font size.
* Fixes from review.
Changes font sizes to variables.
Props @scruffian for review.
* Replace font-size with variable.
Well spotted @scruffian - updated this and did a sweep for any other font-size in the theme. I don't see any more.
* Another sweep of fontSize replacement.
Found another instance in custom typography and core/code block.
* Blockbase: Fix padding for the Group block with a background. Closes#4617
* Blockbase: Make sure Group spacing uses correct variables
* Add a general rule for has-background padding
* Remove the margin from the last child in a block with background color
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Blockbase: add post-meta template part
* Blockbase: add post-tag icon
* Blockbase: remove tags from post meta
* Blockbase: add post tags to post meta
* Blockbase: add post tag SVG from Seedlet
* Blockbase: remove separator from post meta
* Blockbase: add spacer above post comments block
* Seedlet Blocks: add post tags to post meta
* Blockbase: enable blockGap & set gap size for all children
* Blockbase children: sync up child-theme.json files
They were all using --wp--custom--margin--vertical instead of --wp--custom--gap--vertical
* Blockbase children: change gap size to GB default of 0.5em
* Blockbase & co: use gap baseline across BB & all children
* Blockbase: add row-gap value to post-meta
* Skatepark: remove gap value
This is now applied via theme.json (as the same value)
* Blockbase: add comment next to use of !important
* Blockbase: add link to GB issue around block gaps
* remap quadrat colors, refactor selection to tertiary
* Refactored color customizations to exclusively use THEME provided values as the basis for colors to configure rather than optionally using USER provided values.
* Changed blockbase's tertiary color to match blank-canvas
* Changed seedlet-blocks tertiary color to match seedlet's
* Eliminated any text selection styling for Blockbase and children (with the exception of Skatepark)
Co-authored-by: Jason Crist <jcrist@pbking.com>