hugo-theme-zzo/assets/sass/base/_typography.scss

52 lines
471 B
SCSS
Raw Normal View History

2019-11-04 13:09:44 +00:00
/**
* Basic typography style for copy text
*/
html {
-webkit-text-size-adjust: 100%;
}
2019-11-04 13:09:44 +00:00
body {
font: normal 125% / 1.4 $text-font-stack;
}
code,
pre {
font: normal 125% / 1.8 $code-font-stack;
}
.h1 {
font-size: 4rem;
}
.h2 {
font-size: 3.5rem;
}
.h3 {
font-size: 3rem;
}
.h4 {
font-size: 2.5rem;
}
.h5 {
font-size: 2rem;
}
.h6 {
font-size: 1.5rem;
}
.p1 {
font-size: 1.2rem;
}
.p2 {
font-size: 1rem;
}
.caption {
font-size: 0.8rem;
}