Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: components/dom_distiller/core/css/distilledpage.css

Issue 430473007: Font Family Preferences for Distilled Pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: synced Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698