| 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 4527dee9922e78121007d9f00c679000f0ad9f8c..45689d2fc3462d0e0e5eebd085eddee75602c195 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,
|
|
|