aboutsummaryrefslogtreecommitdiff
path: root/source/stylesheets/partials/base
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/stylesheets/partials/base/_typography.sass26
1 files changed, 26 insertions, 0 deletions
diff --git a/source/stylesheets/partials/base/_typography.sass b/source/stylesheets/partials/base/_typography.sass
new file mode 100644
index 00000000..3a607b57
--- /dev/null
+++ b/source/stylesheets/partials/base/_typography.sass
@@ -0,0 +1,26 @@
+!base_font_size = 15px
+!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
+
+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