Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
15 changes: 15 additions & 0 deletions wp-content/themes/core/styles/blocks/heading/70-overline.json
Original file line number Diff line number Diff line change
@@ -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)"
}
}
}
Loading