manipulate font size
-
Is it possible to make a function that manipulates font-size from characters ?
for example: font-size: 12px {"hello, how are you? My name is Arthur"}
from 33 characters it would decrease the font-size to 10px
-
You can try chrome scale settings
Or CSS scale rule
https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scaleOr maybe even some javascript function that crawls whole dom and smaller or text elements...