summaryrefslogtreecommitdiff
path: root/_sass/_typography.scss
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-08-11 22:59:47 -0400
committerBen Burwell <ben@benburwell.com>2015-08-11 22:59:47 -0400
commitd5560f3dd006cbb21c2ce2da9bbbe723b7fc2a2d (patch)
tree9989d0c958937611595666f0bafb8a1cdfef1bef /_sass/_typography.scss
parent6b0fad5657d802603cb6f64f51b5387bbfbc2059 (diff)
parentaf51b0ef270746181e4d43626074f5b08bcaf9c3 (diff)
Merge pull request #6 from benburwell/use-primer-css
Use Tiny CSS
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;
-}