Responsive Typography
- #CSS
- #SCSS
- #Typography
- #Responsive
Responsive Typography
Formula to get a fluid typography that will scale to your parameters.
Filename styles.scss
font-size: calc([minimum size] + ([maximum size] - [minimum size]) * ((100vw - [minimum viewport width]) / ([maximum viewport width] - [minimum viewport width])));
References:
0 Comments
Sign in to join the conversation.