Index: components/dom_distiller/core/css/distilledpage.css |
diff --git a/components/dom_distiller/core/css/distilledpage.css b/components/dom_distiller/core/css/distilledpage.css |
index 2043b04134c7231ade26fe7788612e8396458113..4c09a0d2f90d65263ec9ac7dc94d493b7e6b9768 100644 |
--- a/components/dom_distiller/core/css/distilledpage.css |
+++ b/components/dom_distiller/core/css/distilledpage.css |
@@ -75,7 +75,6 @@ th { |
body, |
html { |
- font-family: 'Open Sans', sans-serif; |
font-size: 14px; |
line-height: 1.4; |
text-rendering: optimizeLegibility; |
@@ -101,6 +100,18 @@ html { |
background-color: rgb(203, 173, 141); |
} |
+.serif { |
+ font-family: serif; |
+} |
+ |
+.sans-serif { |
+ font-family: 'Open Sans', sans-serif; |
+} |
+ |
+.monospace { |
+ font-family: monospace; |
+} |
+ |
/* Define vertical rhythm (baseline grid of 4px). */ |
blockquote, |