Skip to content

Instantly share code, notes, and snippets.

@cb99999
Created May 3, 2013 14:59
Show Gist options
  • Save cb99999/5509631 to your computer and use it in GitHub Desktop.
Save cb99999/5509631 to your computer and use it in GitHub Desktop.
css > dynamic font size
<style>
h1 {
font-size: 3.0vw;
}
p.lead {
font-size: 2.5vh;
}
p {
font-size: 2vmin;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment