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 should be responsive wrt device text size configuration #340

Closed
timlrx opened this issue Jan 17, 2022 · 4 comments
Closed

Font size should be responsive wrt device text size configuration #340

timlrx opened this issue Jan 17, 2022 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@timlrx
Copy link
Owner

timlrx commented Jan 17, 2022

From @MiltonArkash:

The current version is not respecting the device's text size configurations. I have set VERY LARGE in my mobile and many other sites adjust text like this but this template doesn't adjust for it. Hard to read the small text

@timlrx timlrx added the bug Something isn't working label Jan 17, 2022
@aloisdg
Copy link
Contributor

aloisdg commented Jan 17, 2022

What is wrt? Looking online yield With Respect To, With Reference To, With Regard To. I guess both are ok in this context. WRT can also be Web Runtime or even World Rally Team.

@timlrx
Copy link
Owner Author

timlrx commented Jan 18, 2022

With Respect To.

@timlrx
Copy link
Owner Author

timlrx commented Jan 23, 2022

Hmm could not find what's wrong with this. It works when I change the font size for my desktop but not for my android chrome browser. If anyone knows what is the issue, would appreciate a PR, thanks!

@timlrx timlrx added the help wanted Extra attention is needed label Jan 23, 2022
@christiaanNagel
Copy link

Hmm could not find what's wrong with this. It works when I change the font size for my desktop but not for my android chrome browser. If anyone knows what is the issue, would appreciate a PR, thanks!

import Head from "next/head";
<Head>
  <meta name="viewport" content="width=device-width, initial-scale=1.0"></meta>
</Head>

link to forum discussion

@timlrx timlrx closed this as completed Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants