Fluid Type
Make Your Type Scale With Your Screen Size In Proportion
Published by Vincent Pickering on
Make type scale in proportion to the viewport size
px width is the min font size.
vw unit is your scale.
h1{ font-size: calc(16px + 3.5vw); }
Make Your Type Scale With Your Screen Size In Proportion
Published by Vincent Pickering on
Make type scale in proportion to the viewport size
px width is the min font size.
vw unit is your scale.
h1{ font-size: calc(16px + 3.5vw); }