From c94e6f531d02e658d96a3b6255bbf424367765e9 Mon Sep 17 00:00:00 2001 From: B Mathis Date: Tue, 20 Oct 2009 23:30:52 -0500 Subject: updated typography, added typography debugging page --- source/stylesheets/partials/base/_typography.sass | 26 +++++++++-------------- source/stylesheets/partials/main/_layout.sass | 1 + 2 files changed, 11 insertions(+), 16 deletions(-) (limited to 'source/stylesheets/partials') 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 -- cgit v1.2.1