[wp-trac] [WordPress Trac] #63776: RTL font family issue with server side render block component
WordPress Trac
noreply at wordpress.org
Fri Aug 1 16:06:18 UTC 2025
#63776: RTL font family issue with server side render block component
--------------------------+------------------------------
Reporter: pyrobd | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by iamadisingh):
Hey I am not able to `font-family: initial;` rule in core.
The RTL CSS in core sets headings as follows:
{{{
.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6 {
font-family: Arial, sans-serif;
font-weight: 600;
}
}}}
Are you using any custom plugins or themes that might be adding or
overriding this CSS? Any additional details or steps to reproduce would be
helpful. Thank you!
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63776#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list