Skip to content

Instantly share code, notes, and snippets.

@s-oram
Last active January 2, 2020 00:52
Show Gist options
  • Save s-oram/4fe4273e05c22d6c517f505ffe211d79 to your computer and use it in GitHub Desktop.
Save s-oram/4fe4273e05c22d6c517f505ffe211d79 to your computer and use it in GitHub Desktop.
Type Scale
<h1>A Visual Type Scale (h1)</h1>
<h2>A Visual Type Scale (h2)</h2>
<h3>A Visual Type Scale (h3)</h3>
<h4>A Visual Type Scale (h4)</h4>
<h5>A Visual Type Scale (h5)</h5>
<h5>A Visual Type Scale (h5)</h5>
<h6>A Visual Type Scale (h6)</h6>
<p>A Visual Type Scale (p)</p>
<small>A Visual Type Scale (small)</small>
{
"scripts": [],
"styles": []
}
console.log('hello world')
// Source: https://type-scale.com/
@import url('https://fonts.googleapis.com/css?family=Poppins:400');
html {font-size: 100%;} /*16px*/
body {
font-family: 'Poppins', sans-serif;
font-weight: 400;
line-height: 1.65;
color: #333;
}
p {margin-bottom: 1.15rem;}
h1, h2, h3, h4, h5, h6 {
margin: 2.75rem 0 1.05rem;
font-family: 'Poppins', sans-serif;
font-weight: 400;
line-height: 1.15;
}
h1 {
margin-top: 0;
font-size: 1.383em;
}
h2 {font-size: 1.296em;}
h3 {font-size: 1.215em;}
h4 {font-size: 1.138em;}
h5 {font-size: 1.067em;}
h6 {font-size: 1em;}
small, .text_small {font-size: 0.937em;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment