[wp-trac] [WordPress Trac] #63964: Twenty Twenty-Five: Rendering issues in Fira Sans font (requires update)
WordPress Trac
noreply at wordpress.org
Mon Sep 15 09:25:02 UTC 2025
#63964: Twenty Twenty-Five: Rendering issues in Fira Sans font (requires update)
---------------------------+------------------------------
Reporter: jonsurrell | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
---------------------------+------------------------------
Comment (by lakshyajeet):
== Reproduction Report
=== Description
This report validates whether the issue can be reproduced.
=== Environment
- WordPress: 6.9-alpha-60093-src
- PHP: 8.2.29
- Server: nginx/1.29.0
- Database: mysqli (Server: 8.4.6 / Client: mysqlnd 8.2.29)
- Browser: Chrome 138.0.0.0
- OS: macOS
- Theme: Twenty Twenty-Five 1.3
- MU Plugins: None activated
- Plugins:
=== Actual Results
1. ✅ Error condition occurs in both editor and frontend.
=== Additional Notes
- Triple backticks ({{{```}}}) will be converted to a single backtick
character ({{{“`}}}) on the frontend. This is expected behavior.
I was able to reproduce the issue and raised a PR for the same here
[https://github.com/WordPress/wordpress-develop/pull/9886]
The PR updates Fira Sans font version for the Twenty Twenty-Five theme
style from version 4.203 to version 4.301
Code used to test:
{{{
<!-- wp:paragraph -->
<p>Surrounded by: `backticks`. ``` 3 backticks precedes this sentence.</p>
<!-- /wp:paragraph -->
<!-- wp:code -->
<pre class="wp-block-code"><code>Surrounded by: `backticks`. ``` 3
backticks precedes this sentence.</code></pre>
<!-- /wp:code -->
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63964#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list