tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
195 stars 19 forks source link

Fluid Typography #10

Closed diggeddy closed 2 years ago

diggeddy commented 5 years ago

Would Require the following User Set variables:

Min-font size Max-font size Min-screen size Max-screen size

Then this is the calculation.

font-size: calc( $min-font-size * ( $max-font-size - $min-font-size ) * ( 100vw - $min-screen-size ) / ( $max-sceen-size - $min-screen-size ) );

UI:

Screenshot 2019-09-16 at 19 37 21
tomusborne commented 4 years ago

For just the Headline block?

diggeddy commented 4 years ago

Yeah

diggeddy commented 4 years ago

you really gonna go for this ?

tomusborne commented 4 years ago

Only 4 options... would be pretty badass right?

diggeddy commented 4 years ago

like Samuel L

diggeddy commented 2 years ago

Closing this on grounds we'll review clamp in the future