Skip to content

Twenty Twenty: Fix font inconsistency in Latest Posts block editor#9455

Closed
R1shabh-Gupta wants to merge 3 commits into
WordPress:trunkfrom
R1shabh-Gupta:fix/63798-twentytwenty-latest-posts-font-editor
Closed

Twenty Twenty: Fix font inconsistency in Latest Posts block editor#9455
R1shabh-Gupta wants to merge 3 commits into
WordPress:trunkfrom
R1shabh-Gupta:fix/63798-twentytwenty-latest-posts-font-editor

Conversation

@R1shabh-Gupta

@R1shabh-Gupta R1shabh-Gupta commented Aug 12, 2025

Copy link
Copy Markdown

Trac ticket: https://core.trac.wordpress.org/ticket/63798

Fixes a font styling inconsistency in the Twenty Twenty theme where the Latest Posts block displays post content in different fonts between the editor and frontend when "Full post" content is selected.

NOTE: I created this PR alongside the patch to make testing and updates easier.

Testing

Steps to reproduce the issue:

  1. Activate the Twenty Twenty theme
  2. Create or edit a page/post
  3. Add a Latest Posts block
  4. In block settings, enable "Post Content"
  5. Under Content settings, choose "Full post" (instead of Excerpt)
  6. Compare font styling in editor vs. published frontend

Expected result: Font styling should now match between editor and frontend views.

Screenshots

Before

Editor

Screenshot 2025-08-12 at 8 16 16 PM

Frontend

Screenshot 2025-08-12 at 8 17 14 PM

After

Editor

Screenshot 2025-08-12 at 8 20 15 PM

Frontend

Screenshot 2025-08-12 at 8 17 14 PM

@github-actions

Copy link
Copy Markdown

Test using WordPress Playground

The changes in this pull request can previewed and tested using a WordPress Playground instance.

WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser.

Some things to be aware of

  • The Plugin and Theme Directories cannot be accessed within Playground.
  • All changes will be lost when closing a tab with a Playground instance.
  • All changes will be lost when refreshing the page.
  • A fresh instance is created each time the link below is clicked.
  • Every time this pull request is updated, a new ZIP file containing all changes is created. If changes are not reflected in the Playground instance,
    it's possible that the most recent build failed, or has not completed. Check the list of workflow runs to be sure.

For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation.

Test this pull request with WordPress Playground.

@R1shabh-Gupta R1shabh-Gupta marked this pull request as ready for review August 13, 2025 13:48
@github-actions

github-actions Bot commented Aug 13, 2025

Copy link
Copy Markdown

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Unlinked Accounts

The following contributors have not linked their GitHub and WordPress.org accounts: @samykantari.

Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases.

Core Committers: Use this line as a base for the props when committing in SVN:

Props rishabhwp, sabernhardt.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

@samykantari

Copy link
Copy Markdown

Hello from the contribution day at whodunit,
I tested the PR / it works.

Before
avant

After
apres

@R1shabh-Gupta

Copy link
Copy Markdown
Author

Thanks for providing the test report, @samykantari.

@sabernhardt sabernhardt left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The selectors only need the one class to override the serif font.

margin-top: 15px;
}

.editor-styles-wrapper .wp-block-latest-posts__post-full-content p {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.editor-styles-wrapper .wp-block-latest-posts__post-full-content p {
.wp-block-latest-posts__post-full-content p {

These do not need the .editor-styles-wrapper class in either editor (post or widgets).

margin-top: 15px;
}

.editor-styles-wrapper .wp-block-latest-posts__post-full-content p {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.editor-styles-wrapper .wp-block-latest-posts__post-full-content p {
.wp-block-latest-posts__post-full-content p {

@sabernhardt sabernhardt left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for changing the selectors. However, I missed the extra space character before the tab in each rule. #10468 only has the tab, so I tested that PR instead.

}

.wp-block-latest-posts__post-full-content p {
font-family: inherit;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
font-family: inherit;
font-family: inherit;

}

.wp-block-latest-posts__post-full-content p {
font-family: inherit;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
font-family: inherit;
font-family: inherit;

@github-actions

Copy link
Copy Markdown

A commit was made that fixes the Trac ticket referenced in the description of this pull request.

SVN changeset: 61189
GitHub commit: cb003b0

This PR will be closed, but please confirm the accuracy of this and reopen if there is more work to be done.

@github-actions github-actions Bot closed this Nov 10, 2025
@sabernhardt

Copy link
Copy Markdown

@samykantari I added props for your contribution toward r61189. If you connect your GitHub and WordPress profiles, credit should be easier to assign to leprincenoir in the future.

(I also manually added props for viralsampat, sainathpoojary, im3dabasia1, and wildworks.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants