Some components don't render in the intended font stack in Chrome #37555
Labels
Browser Issues
Issues or PRs that are related to browser specific problems
[Package] Components
/packages/components
[Status] In Progress
Tracking issues with work in progress
InputControl
does not have an explicitfont-family
on its<input>
element, so depending on the user agent stylesheet it could be rendered in an unintended font.In my environment (Chrome on Mac), the expected font is
system-ui
, but instead it's rendered in Arial. (TextControl
, on the other hand, does have an explicit font-family set, so is consistent across browsers.)Any components based on
InputControl
are likely also affected.The text was updated successfully, but these errors were encountered: