Snippet

Responsive Typography

AOAnonymous One· Sep 1, 20221 min read
  • #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.

Search

Jump to a page, story or project