-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
accessibility feature: Font-size modifier service #8103
Comments
@techscx Thanks for contacting us. |
Hello, |
Thanks for the clarification. |
Thank you! I did not know that the framework is already deriving from a root font size. I will check this out. |
Could you point me to the method allowing me to change the root font size during runtime? Is the target variable the "$html-font-size" from functions.scss?
|
you can simply change the |
Thank you for that recommendation.
|
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I'm looking for the ability to allow the user to choose a zoom-level within the App e.g.
Some different ways in my opinion would be to
a) manipulate the dom via jsinterop during runtime after the page is rendered
b) having completely different scss (bright-std, bright-zoom1, bright-zoom2, dark-std, dark-zoom1, dark-zoom2) and load activate these via the thememanager
With both options I'm faced with the situation that the font-size is often set on page level by custom styles, which would needed be overriden.
Do you have plans to implement changing the zoom level or do you have any instruction/recommendation about this?
Thank you
Describe the solution you'd like
The most preferred solution would be to have component doing the dom manipulation.
Additional context
No response
The text was updated successfully, but these errors were encountered: