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

root font size is set in absolute units #171

Open
thatbudakguy opened this issue Nov 2, 2020 · 0 comments
Open

root font size is set in absolute units #171

thatbudakguy opened this issue Nov 2, 2020 · 0 comments
Labels
♿ accessibility Impacts access for some users bug Something isn't working

Comments

@thatbudakguy
Copy link
Collaborator

evidently changing a user's preferred font size using the browser settings doesn't override the root font size set in CSS, which means that it can't make the text in Startwords rescale because we set the root size to 18px. thus, despite all other measurements being in rem, the root can't change, so none of those sizes will change.

setting the root to a relative version of 18px (something like 1.2rem) and making sure the rem() function still works should resolve this.

@thatbudakguy thatbudakguy added bug Something isn't working ♿ accessibility Impacts access for some users labels Nov 2, 2020
@rlskoeser rlskoeser added this to the Issue 2 milestone Nov 3, 2021
@rlskoeser rlskoeser removed this from the Issue 2 milestone Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♿ accessibility Impacts access for some users bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants