Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font size - define in rems #142

Open
msayoung opened this issue Oct 21, 2022 · 1 comment
Open

Font size - define in rems #142

msayoung opened this issue Oct 21, 2022 · 1 comment
Assignees

Comments

@msayoung
Copy link
Member

In the microsite interface we can define our font size in px, rem etc

If we use anything but REMs then changing the size of the font in the browser doesn't have an effect.

To replicate

  • Set base font of 16px
  • In Chrome: chrome://settings/?search=font
  • In the font size field choose "Very Large"
  • see the font size change on the microsite

compare with what happens if you dont set a base font size, or the font size is in rem

Solutions

  1. only allow REM
  2. allow people to choose the unit and convert in to rem as needed
@markconroy
Copy link
Member

Can you test this a bit more, on my computer (Mac) it's working fine. Tested with Firefox and Chrome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Maybe later
Development

No branches or pull requests

2 participants