summaryrefslogtreecommitdiff
path: root/_sass/_typography.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/_typography.scss')
-rw-r--r--_sass/_typography.scss40
1 files changed, 0 insertions, 40 deletions
diff --git a/_sass/_typography.scss b/_sass/_typography.scss
deleted file mode 100644
index a97953e..0000000
--- a/_sass/_typography.scss
+++ /dev/null
@@ -1,40 +0,0 @@
-body {
- line-height: 2.2;
-}
-
-h1, h2, h3, h4, h5, h6 {
- font-family: $sans;
- font-weight: 200;
- line-height: 1.3;
-}
-
-h1 {
- font-size: 2rem;
- margin-top: 2.5rem;
- margin-bottom: 1.5rem;
-}
-
-h2 {
- font-size: 1.5rem;
- margin-top: 1rem;
- margin-bottom: 0.5rem;
-}
-
-h1 small {
- font-size: 1rem;
- padding-left: 1rem;
-}
-
-pre, code, kbd {
- font-size: 0.9rem;
- color: $gray;
-}
-
-pre, code {
- white-space: pre;
-}
-
-p {
- margin-top: 1rem;
- margin-bottom: 1rem;
-}