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

Unified Diff: chrome/browser/resources/print_preview/print_preview.css

Issue 7281021: Print Preview: Remove 'Open Sans' and 'Segoe UI' since these fonts are not (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/print_preview/print_preview.css
diff --git a/chrome/browser/resources/print_preview/print_preview.css b/chrome/browser/resources/print_preview/print_preview.css
index 729995f4b830180d6ea5fade3d0a99aca6106583..d2c9a7d9325236e37274fabf5ba76b86f676393e 100644
--- a/chrome/browser/resources/print_preview/print_preview.css
+++ b/chrome/browser/resources/print_preview/print_preview.css
@@ -664,7 +664,7 @@ body,
button,
input[type='text'],
select {
- font-family: 'Open Sans', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
+ font-family: 'Helvetica Neue', Arial, sans-serif;
}
#mainview {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698