Skip to content

Instantly share code, notes, and snippets.

@sunkibaek
Created October 29, 2016 08:38
Show Gist options
  • Save sunkibaek/4188fd71d20cae85d4acabefb03d1bb6 to your computer and use it in GitHub Desktop.
Save sunkibaek/4188fd71d20cae85d4acabefb03d1bb6 to your computer and use it in GitHub Desktop.
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
$black: rgba(0, 0, 0, .87);
html {
color: $black;
font-family: "Noto Sans KR", sans-serif;
font-weight: normal;
line-height: 1.5;
}
@media only screen and (min-width: 0) {
html {
font-size: 14px;
}
}
@media only screen and (min-width: 992px) {
html {
font-size: 14.5px;
}
}
@media only screen and (min-width: 1200px) {
html {
font-size: 15px;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
line-height: 1.1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
font-weight: inherit;
}
h1 {
font-size: 4.2rem;
line-height: 110%;
margin: 2.1rem 0 1.68rem;
}
h2 {
font-size: 3.56rem;
line-height: 110%;
margin: 1.78rem 0 1.424rem;
}
h3 {
font-size: 2.92rem;
line-height: 110%;
margin: 1.46rem 0 1.168rem;
}
h4 {
font-size: 2.28rem;
line-height: 110%;
margin: 1.14rem 0 .912rem;
}
h5 {
font-size: 1.64rem;
line-height: 110%;
margin: .82rem 0 .656rem;
}
h6 {
font-size: 1rem;
line-height: 110%;
margin: .5rem 0 .4rem;
}
em {
font-style: italic;
}
strong {
font-weight: 500;
}
small {
font-size: 75%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment