Open
Description
Description:
When using the variable font “MonaSans[ital,wdth,wght].woff2” on a website and embedding it via CSS, the text is incorrectly displayed in italic, even though font-style: normal
is explicitly set and no font-variation-settings
are applied. The PostScript name is also reported as “MonaSans-ExtraLightItalic”.

Steps to Reproduce:
- Embed MonaSans[ital,wdth,wght].woff2 via CSS:
@font-face {
font-family: 'Mona Sans Variable';
src: url('/fonts/MonaSans[ital,wdth,wght].woff2') format('woff2');
font-style: normal;
font-weight: 200 900;
}
- Apply the font to an element with font-style: normal;
- Observe that the text is still rendered in italic.
Environment:
Browser: Chrome Version 137.0.7151.56, Safari Version 18.5
OS: macOS Sequoia 15.5
Font file version: 2.000
Metadata
Metadata
Assignees
Labels
No labels