Change some typography in the docs.
authorNathan LeClaire <nathan.leclaire@gmail.com>
Tue, 29 Apr 2014 03:23:34 +0000 (20:23 -0700)
committerspf13 <steve.francia@gmail.com>
Fri, 9 May 2014 15:33:22 +0000 (11:33 -0400)
Two issues are addressed with this commit:

1. Some <pre> tags were inheriting the "Serif" font on Linux, causing
"code"-ish stuff to appear with proportional-width font instead of
monospaced-width font.
2. Font stack with "Helvetica Neue" ... has been changed to default to
sans-serif instead of "Serif", this produces a more consistent and
friendlier look on Windows in particular.

docs/static/static/css/HPstyles.css
docs/static/static/css/styles.css

index 1f907042cb4ac142f372a8a74677bf04e619abe4..f766eda1174cbe89dae0c729cd61e69b5c90ddf6 100644 (file)
@@ -8,12 +8,12 @@ body {
 }\r
 \r
 h1, h2, h3, h4, h5, h6 {\r
-    font-family: 'Cabin', "Helvetica Neue", "Helvitica", "Serif";\r
+    font-family: 'Cabin', "Helvetica Neue", "Helvetica", sans-serif;\r
 }\r
 \r
 body {\r
 \r
-    font-family: 'Arbutus Slab', "Helvetica Neue", "Helvitica", "Serif" !important;\r
+    font-family: 'Arbutus Slab', "Helvetica Neue", "Helvetica", sans-serif !important;\r
     line-height: 1.6;\r
 }\r
 \r
index 239c12c42867402c689b4ac46293700b2c6b0397..347f128b3551ddcfe85688128a0a21bcb33d004e 100755 (executable)
@@ -2,7 +2,7 @@ body {
     background-color: rgb(253, 253, 251);\r
     padding-top: 70px;\r
     letter-spacing: 0.3px;\r
-    font-family: "Helvetica Neue", "Helvitica", "Serif";\r
+    font-family: "Helvetica Neue", "Helvetica", sans-serif;\r
     font-weight: 300;\r
 }\r
 \r
@@ -24,7 +24,7 @@ h1, h2, h3 {
 \r
 h1, h2, h3, h4, h5, h6 {\r
     color: rgb(25,71,86);\r
-    font-family: 'Cabin', "Helvetica Neue", "Helvitica", "Serif";\r
+    font-family: 'Cabin', "Helvetica Neue", "Helvetica", sans-serif;\r
 }\r
 \r
 h1 {\r
@@ -39,7 +39,7 @@ h1, h2 {
 pre {\r
     background-color: #022b34;\r
     color: #e6e6e6;\r
-    font-family: 'Source Code Pro', sans-serif;\r
+    font-family: 'Source Code Pro', monospace;\r
     font-size: 17px;\r
     line-height: 1.2;\r
     -webkit-border-radius: 12px;\r