aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/partials
diff options
context:
space:
mode:
Diffstat (limited to 'source/stylesheets/partials')
-rw-r--r--source/stylesheets/partials/base/_typography.sass26
-rw-r--r--source/stylesheets/partials/main/_layout.sass1
2 files changed, 11 insertions, 16 deletions
diff --git a/source/stylesheets/partials/base/_typography.sass b/source/stylesheets/partials/base/_typography.sass
index 3a607b57..65e0010c 100644
--- a/source/stylesheets/partials/base/_typography.sass
+++ b/source/stylesheets/partials/base/_typography.sass
@@ -1,26 +1,20 @@
-!base_font_size = 15px
+!base_font_size = 16px
!base_font_size_small = 13px
!default_border_radius = 6px
-=heading-font
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
-=sans-font
- font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif
-=serif-font
- font-family: Baskerville, "Times New Roman", Times, Georgia, serif
-=fixed-font
- font-family: "Menlo", "Bitstream Vera Sans", Monaco, "Andale Mono", "Lucida Console", monospace
-
++general-typography
+=heading-font
+ +serif-font
+
body
font-size= !base_font_size
- +set-heading-sizes
- +typography-defaults
+sans-font
h1,h2,h3,h4,h5,h6
color: #333
- letter-spacing: -1px
font-weight: bold
-ol li
- list-style: decimal
- margin-left: 1.9em \ No newline at end of file
+ +heading-font
+.quote blockquote
+ font-size= !h4
+ line-height= !h5 * 1.625
+ color: #555 \ No newline at end of file
diff --git a/source/stylesheets/partials/main/_layout.sass b/source/stylesheets/partials/main/_layout.sass
index 5ad0250f..0b6bf275 100644
--- a/source/stylesheets/partials/main/_layout.sass
+++ b/source/stylesheets/partials/main/_layout.sass
@@ -14,6 +14,7 @@ html body
padding: 20px 0
a.title
font-size= !h3
+ +heading-font
display: inline-block
color= !header_nav
text-decoration: none