vendor/assets/stylesheets/foundation/typography.css.scss in zurb-foundation-2.1.4.2 vs vendor/assets/stylesheets/foundation/typography.css.scss in zurb-foundation-2.1.4.3

- old
+ new

@@ -1,6 +1,6 @@ -/* Arfully Masterminded by ZURB */ +/* Artfully Masterminded by ZURB */ /* -------------------------------------------------- :: Typography -------------------------------------------------- */ h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold; line-height: 1.25 } @@ -12,12 +12,12 @@ h5 { font-size: 18px; font-size: 1.8rem; font-weight: normal; margin-bottom: 3px; } h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; } .subheader { color: #777; font-weight: 300; margin-bottom: 24px; } - p { line-height: 17px; margin: 0 0 18px; } + p { font-size: 13px; font-size: 1.3rem; line-height: 1.25; margin: 0 0 18px; } p img { margin: 0; } - p.lead { font-size: 18px; font-size: 1.8rem; line-height: 24px; } + p.lead { font-size: 18px; font-size: 1.8rem; line-height: 1.5; } em, i { font-style: italic; line-height: inherit; } strong, b { font-weight: bold; line-height: inherit; } small { font-size: 60%; line-height: inherit; }