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

Unified Diff: chrome/browser/resources/print_preview/print_preview_page.html

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the presubmit warnings. Created 6 years 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: chrome/browser/resources/print_preview/print_preview_page.html
diff --git a/chrome/browser/resources/print_preview/print_preview_page.html b/chrome/browser/resources/print_preview/print_preview_page.html
index 46e09951b3d1bf5b99668950b01e12a446fa60cb..4ea37f52c45d5a4f135282c07b4098b8d2e0efa0 100644
--- a/chrome/browser/resources/print_preview/print_preview_page.html
+++ b/chrome/browser/resources/print_preview/print_preview_page.html
@@ -1,5 +1,6 @@
<!doctype html>
<head>
+<link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
<style>
body {
margin: 0px;
@@ -22,7 +23,6 @@
}
.text {
display: table-cell;
- font-family: sans-serif;
font-size: 8px;
vertical-align: inherit;
white-space: nowrap;

Powered by Google App Engine
This is Rietveld 408576698