<div class="container">
<h1>this is cool typograp right</h1>
</div>
so i want separate each h1 word and styling them with list-item and dynamic size each word it will be :
this
is
cool
typograp
right
lets say the container is 100px so each word wrap differently ("this" will be big enough to fill 100px of container, "is" is more bigger than "this" to fill 100px because just two letter right, and other same schematic)
lettering.js as far as i know just separate them, it easy if just styling static text.
thanks for ur time guys