We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be really nice to be able to use CSS3 for viewport-units (font-size based on width) or the jQuery alternative FitText (in javascript). https://css-tricks.com/viewport-sized-typography/ https://github.com/davatron5000/FitText.js
update: Just javascript would be sufficient. font size must be calculated by the available height so vw units are not usable here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be really nice to be able to use CSS3 for viewport-units (font-size based on width) or the jQuery alternative FitText (in javascript).
https://css-tricks.com/viewport-sized-typography/
https://github.com/davatron5000/FitText.js
update: Just javascript would be sufficient. font size must be calculated by the available height so vw units are not usable here.
The text was updated successfully, but these errors were encountered: