These examples explore a Typetura inspired style of changing CSS font-variation-settings via CSS keyframe animation.

Typetura influnced using CSS-Animations that are paused (not animating) and which animation position is accessed via a negative value for CSS animation-delay, this is used to access a specific point in the animation timeline. That animation position in these cases depends on screen-size, more specifically, screen-width.

This should help with reducing @media queries based break points because we can create a fluid transitions when screen sizes change.


Screen width/animation-position via JavaScript onResize (Typetura-style).

Typography

Screen width via @media queries (generated), stepped at 100px increments.
This would work without client side javascript and increments could also be 10px, barely noticable.

Typography