$headerFontFamily: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default;
$headerFontWeight: bold !default;
+$headerFontStyle: normal !default;
$headerFontColor: #222 !default;
$bodyFontFamily: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default;
$bodyFontWeight: normal !default;
+$bodyFontStyle: normal !default;
$bodyFontColor: $txtColor !default;
// Button Settings
* { @include box-sizing(border-box); }
html { font-size: 62.5%; }
- body { background: $white; font-family: $bodyFontFamily; font-size: ms(0); line-height: 1; color: $bodyFontColor; position: relative; -webkit-font-smoothing: antialiased; }
+ body { background: $white; font-family: $bodyFontFamily; font-weight: $bodyFontWeight; font-style: $bodyFontStyle; font-size: ms(0); line-height: 1; color: $bodyFontColor; position: relative; -webkit-font-smoothing: antialiased; }
/* Links ---------------------- */
direction: $textDirection;
}
- p { font-family: $bodyFontFamily; font-weight: $bodyFontWeight; font-size: ms(0); line-height: 1.6; margin-bottom: ms(1);
+ p { font-family: $bodyFontFamily; font-weight: $bodyFontWeight; font-style: $bodyFontStyle; font-size: ms(0); line-height: 1.6; margin-bottom: ms(1);
&.lead { font-size: ms(0) * 1.25; line-height: 1.6; margin-bottom: ms(1); }
}
aside p { font-size: ms(0) - 1; line-height: 1.35; font-style: italic; }
h1, h2, h3, h4, h5, h6 {
font-family: $headerFontFamily;
font-weight: $headerFontWeight;
+ font-style: $headerFontStyle;
color: $headerFontColor;
text-rendering: optimizeLegibility;
line-height: 1.1;
/* Normal Buttons ---------------------- */
- .button { width: auto; background: $mainColor; border: 1px solid darken(($mainColor), 15%); @include box-shadow(0 1px 0 $shinyEdge inset); color: $white; cursor: pointer; display: inline-block; font-family: $bodyFontFamily; font-size: ms(0); font-weight: bold; line-height: 1; margin: 0; outline: none; padding: $btnBase ($btnBase * 2) ($btnBase + 1); position: relative; text-align: center; text-decoration: none; @include single-transition(background-color, .15s, ease-in-out);
+ .button { width: auto; background: $mainColor; border: 1px solid darken(($mainColor), 15%); @include box-shadow(0 1px 0 $shinyEdge inset); color: $white; cursor: pointer; display: inline-block; font-family: $bodyFontFamily; font-weight: $bodyFontWeight; font-style: $bodyFontStyle; font-size: ms(0); line-height: 1; margin: 0; outline: none; padding: $btnBase ($btnBase * 2) ($btnBase + 1); position: relative; text-align: center; text-decoration: none; @include single-transition(background-color, .15s, ease-in-out);
/* Hovers */
&:hover { color: $white; background-color: darken(($mainColor), 10%); }
// $headerFontFamily: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
// $headerFontWeight: bold;
+// $headerFontStyle: normal !default;
// $headerFontColor: #222;
// $bodyFontFamily: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
// $bodyFontWeight: normal;
+// $bodyFontStyle: normal !default;
// $bodyFontColor: $txtColor;
// Button Settings
// $headerFontFamily: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default;
// $headerFontWeight: bold !default;
+// $headerFontStyle: normal !default;
// $headerFontColor: #222 !default;
// $bodyFontFamily: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !default;
// $bodyFontWeight: normal !default;
+// $bodyFontStyle: normal !default;
// $bodyFontColor: $txtColor !default;
// // Button Settings