az-digital / arizona-bootstrap

UArizona's front-end toolkit based on Bootstrap 4 and 5.
https://digital.arizona.edu/arizona-bootstrap
MIT License
5 stars 8 forks source link

Investigate the responsive font size library and determine if we could use it. #1147

Open trackleft opened 7 months ago

trackleft commented 7 months ago

I recently stumbled accross this repo https://github.com/twbs/rfs

It is meant to scale css responsively like so. RFS

its-me-mario commented 7 months ago

There's a Smashing article that walks through this calc() and the clamp() examples. It also covers some accessibility concerns to consider.