Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
This repository was archived by the owner on Oct 30, 2025. It is now read-only.

🐛 rem units not resizeable by user agent unless postcss-pxtorem is used. #1072

@tjosepo

Description

Describe the bug

By default, Orbit sets the body font-size to 16px, which overrides the user's preferred font-size.

Unless a package like postcss-pxtorem is used to convert the 16px into 1rem, the user is unable to change the page's font-size.

Steps to reproduce

Go to https://orbit.sharegate.design/ and resize the font size from your browser's settings. There should not be any visual changes.

Expected results

Font size should be resized to the user's desired font size without requiring postcss-pxtorem.

The body font-size should be 1rem, not 16px.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions