From 31f0a36cf17d7b3e9f3b937929c48fe5f05a7330 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Mon, 16 Mar 2026 09:58:15 -0400 Subject: [PATCH 1/3] [MOOSE-355]: add overline style for core heading block --- .../core/styles/blocks/heading/70-overline.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 wp-content/themes/core/styles/blocks/heading/70-overline.json diff --git a/wp-content/themes/core/styles/blocks/heading/70-overline.json b/wp-content/themes/core/styles/blocks/heading/70-overline.json new file mode 100644 index 000000000..48ecd389d --- /dev/null +++ b/wp-content/themes/core/styles/blocks/heading/70-overline.json @@ -0,0 +1,15 @@ +{ + "$schema": "https://schemas.wp.org/trunk/theme.json", + "version": 3, + "slug": "overline", + "title": "Overline", + "blockTypes": [ "core/heading" ], + "styles": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--inter)", + "fontSize": "var(--wp--preset--font-size--20)", + "lineHeight": "1.6", + "fontWeight": "var(--wp--custom--font-weight--bold)" + } + } +} From cb695827d1b314c940bc51bda8aa53aca43b1437 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Mon, 16 Mar 2026 10:00:00 -0400 Subject: [PATCH 2/3] [MOOSE-355]: changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e0f65ce1..5dd7fe962 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Each changelog entry gets prefixed with the category of the item (Added, Changed, Depreciated, Removed, Fixed, Security). +## [2026.03] + +- Added: The core Heading block now contains an "Overline" style that's consistent with the style guide. + ## [2026.02] - Added: `moderntribe/tribe_embed` composer package v1.1.0. - Updated: Renamed "Moose" to "ModernPress" across the project (excluding Lando configs and deployment pipelines). From f815df1f3cf1f8ccaf706704413ad167a4626eb6 Mon Sep 17 00:00:00 2001 From: Geoff Dusome Date: Mon, 16 Mar 2026 10:02:44 -0400 Subject: [PATCH 3/3] [MOOSE-355]: empty commit to run deploy