* Remove links from post titles.
* Set line height for post titles.
* Adjust post title font sizes.
* Revert post title line height globally and move to block settings.
* Move post date back.
* Eliminated button custom variables (which were not re-used anywhere)
* Replaced 'normal' with 'medium' and eliminated the hidden font size
* Removed x-small hidden font
* Removed singlularly used custom gap-baseline
* Moved headings from custom values and element settings to (mostly) core block settings
* Varia: add tertiary styles conditionally
Varia is a parent theme and the tertiary styles are not defined.
It effects all of its child themes such as stow.
* create styles for tertiary blocks
* add the styles conditionally so that child themes that has tertiary will get the classes
* add tertiary color and background styling
* Stow
* Hever
* Rockfield
* Stratford
* rebuild child themes with Varia changes
* removed categories and reasigned patterns to default ones
* added patterns to featured category
* re register pattern categories
* added a comment about GB issue
* 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>
* first commit with initial files
* templates
* styles
* template parts
* Removed errant metadata
* Added create tool
To use `php create.php` and answer the prompts.
This will create a folder alongside this theme with the provided
metadata as well as namespaced attributes refactored.
* Removed a create script. (It shouldn't be here...)
* 404 block pattern
* remove fontSlug
* removed block styles support
* change slug of block pattern
* added namespace to pattern
* ignore this theme when pushing to the sandbox
Co-authored-by: Jason Crist <jcrist@pbking.com>